ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BinaryDataOutput Interface / writeFloat Method
The value to write to the output

In This Topic
    writeFloat Method (BinaryDataOutput)
    In This Topic
    Should write the IEEE float value v (i.e., 32 bits) to the output. Prior to writing, the output should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Sub writeFloat( _
       ByVal v As Single _
    ) 
    void writeFloat( 
       float v
    )

    Parameters

    v
    The value to write to the output
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also