[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.writeFloat

writeFloat Method

writeFloat(float)

Writes the IEEE float value v (i.e., 32 bits) to the output. Prior to writing, the output should be realigned at the byte level.

Declaration
public override void writeFloat(float v)
Parameters
Type Name Description
float v

The value to write to the output

Overrides
Implements