'Declaration Public Shared Function NumericToDouble( _ ByVal basObj As ImGearPDFBasObj _ ) As Double
'Usage Dim basObj As ImGearPDFBasObj Dim value As Double value = ImGearPDF.NumericToDouble(basObj)
public static double NumericToDouble( ImGearPDFBasObj basObj )
public: static double NumericToDouble( ImGearPDFBasObj* basObj )
public: static double NumericToDouble( ImGearPDFBasObj^ basObj )
Parameters
- basObj
- A numeric basic object whose value is to be obtained.
Return Value
Floating-point value.