[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readDouble

readDouble Method

readDouble()

Reads an IEEE double precision (i.e., 64 bit) floating-point number from the input.

Declaration
public virtual double readDouble()
Returns
Type Description
double

The next byte-aligned IEEE double (64 bit) from the input.

Implements