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

In This Topic
    writeFloat Method (BEBufferedRandomAccessFile)
    In This Topic
    Writes 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
     
    
    Public Overrides Sub writeFloat( _
       ByVal v As Single _
    ) 
    public override void writeFloat( 
       float v
    )

    Parameters

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