[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.writeDouble

writeDouble Method

writeDouble(double)

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

Declaration
public override void writeDouble(double v)
Public Overrides Sub writeDouble(v As Double)
Parameters
Type Name Description
double v

The value to write to the output

Overrides
Implements