Overview | Methods | This Package | All Packages
Reads a float value from this stream.
Syntax
public float readFloat()
Return Value
Returns the float value that was read.
Remarks
This method implements the IDataStream.readFloat method. This method calls the readInt method to read an integer and then converts the bits to a float value.
See Also writeFloat