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

In This Topic
    writeDouble Method (ISRandomAccessIO)
    In This Topic
    Throws an IOException since this class does not implement data output.
    Syntax
    'Declaration
     
    
    Public Overridable Sub writeDouble( _
       ByVal v As Double _
    ) 
    public virtual void writeDouble( 
       double v
    )

    Parameters

    v
    See Also