ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDF Class / NumericToDouble Method
A numeric basic object whose value is to be obtained.




In This Topic
    NumericToDouble Method
    In This Topic
    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