ImageGear v26.0 - Updated
NumericToDouble Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : NumericToDouble Method
A numeric basic object whose value is to be obtained.
Extracts the value from a numeric (real or integer) basic object.
Syntax
'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.
See Also

Reference

ImGearPDF Class
ImGearPDF Members

Is this page helpful?
Yes No
Thanks for your feedback.