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

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

    Return Value

    The next byte-aligned IEEE float (32 bit) from the input.
    See Also