TreeView for WinForms | ComponentOne
C1.Util Namespace / FontSubSet.BigEndianBinaryReader Class / ReadDouble Method

In This Topic
    ReadDouble Method (FontSubSet.BigEndianBinaryReader)
    In This Topic
    Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes.
    Syntax
    'Declaration
     
    
    Public Overrides Function ReadDouble() As Double
    public override double ReadDouble()

    Return Value

    An 8-byte floating point value read from the current stream.
    Exceptions
    ExceptionDescription
    The end of the stream is reached.
    The stream is closed.
    An I/O error occurs.
    See Also