Microsoft SDK for Java

DataStream.writeFloat

Writes a float value to this stream.

Syntax

public void writeFloat( float value )

Parameters

value

The value to write.

Remarks

This method implements the IDataStream.writeFloat method. This method converts the bits of the float value to an integer and then calls the writeInt method to write the value to the stream.

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