[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BinaryDataInput.readFloat

readFloat Method

readFloat()

Should read an IEEE single precision (i.e., 32 bit) floating-point number from the input. Prior to reading, the input should be realigned at the byte level.

Declaration
float readFloat()
Function readFloat() As Single
Returns
Type Description
float

The next byte-aligned IEEE float (32 bit) from the input.