Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / Explicit Type Conversion Operator
The double value to convert.

In This Topic
    Explicit Type Conversion Operator (PdfNumber)
    In This Topic
    Converts the double to the PdfNumber.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal d As System.Double _
    ) As PdfNumber
    public PdfNumber operator explicit( 
       System.double d
    )

    Parameters

    d
    The double value to convert.
    See Also