ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / RandomAccessIO Interface / readDouble Method

In This Topic
    readDouble Method (RandomAccessIO)
    In This Topic
    Should read an IEEE double precision (i.e., 64 bit) floating-point number from the input. Prior to reading, the input should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Function readDouble() As Double
    double readDouble()

    Return Value

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