[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNumber.op_Implicit

implicit operator Operator

implicit operator double(PdfNumber)

Converts the PdfNumber to a double.

Declaration
public static implicit operator double(PdfNumber pn)
Public Shared Widening Operator CType(pn As PdfNumber) As Double
Parameters
Type Name Description
PdfNumber pn

The PdfNumber to convert.

Returns
Type Description
double