Reads a float value from this stream.
public float readFloat()
Returns the float value that was read.
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