The IRemoteDoubleObject interface manipulates the value of a Java double variable. See the IRemoteXXXXObject interface for details.
A Java double variable can be represented as a C or C++ typedef as follows:
typedef double JAVA_DOUBLE;