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

In This Topic
    ReadSingle Method (FontSubSet.BigEndianBinaryReader)
    In This Topic
    Reads a 4-byte floating point value from the current stream and advances the current position of the stream by four bytes.
    Syntax
    'Declaration
     
    
    Public Overrides Function ReadSingle() As Single
    public override float ReadSingle()

    Return Value

    A 4-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