Microsoft SDK for Java

IRemoteFloatObject : IRemoteObject

The IRemoteFloatObject interface manipulates the value of a Java float variable. See the IRemoteXXXXObject interface for details.

A Java float variable can be represented as a C or C++ typedef as follows:

typedef float JAVA_FLOAT;

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