Overview | Methods | This Package | All Packages
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.