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