Implicit Type Conversion Operator (PdfNumber)
In This Topic
Converts the
PdfNumber to a double.
Syntax
'Declaration
Public Operator Widening CType( _
ByVal As PdfNumber _
) As System.Double
public System.double operator implicit(
PdfNumber
)
Parameters
- pn
- The PdfNumber to convert.
See Also