Writes a float value to this stream.
public void writeFloat( float value )
value
The value to write.
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.