ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / readFloat Method

In This Topic
    readFloat Method (ISRandomAccessIO)
    In This Topic
    Reads an IEEE single precision (i.e., 32 bit) floating-point number from the input.
    Syntax
    'Declaration
     
    
    Public Overridable Function readFloat() As Single
    public virtual float readFloat()

    Return Value

    The next byte-aligned IEEE float (32 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