ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BinaryDataOutput Interface / writeDouble Method
The value to write to the output

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

    Parameters

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