Microsoft SDK for Java

IRemoteDoubleObject : IRemoteObject

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;

© 1999 Microsoft Corporation. All rights reserved. Terms of use.