[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNumber.op_Explicit

explicit operator Operator

explicit operator PdfNumber(double)

Converts the double to the PdfNumber.

Declaration
public static explicit operator PdfNumber(double d)
Public Shared Narrowing Operator CType(d As Double) As PdfNumber
Parameters
Type Name Description
double d

The double value to convert.

Returns
Type Description
PdfNumber