ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BEBufferedRandomAccessFile Class / readDouble Method

In This Topic
    readDouble Method (BEBufferedRandomAccessFile)
    In This Topic
    Reads 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
     
    
    Public Overrides Function readDouble() As Double
    public override double readDouble()

    Return Value

    The next byte-aligned IEEE double (64 bit) from the input.
    Exceptions
    ExceptionDescription
    If the end-of file was reached before getting all the necessary data.
    If an I/O error ocurred.
    See Also