Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcConvert Class / ToDouble Method
Value to convert


In This Topic
    ToDouble Method
    In This Topic
    Converts the specified value to a double-precision, floating-point number.
    Syntax
    'Declaration
     
    
    Public Shared Function ToDouble( _
       ByVal value As Object _
    ) As Double
    'Usage
     
    
    Dim value As Object
    Dim value As Double
     
    value = CalcConvert.ToDouble(value)
    public static double ToDouble( 
       object value
    )

    Parameters

    value
    Value to convert

    Return Value

    Double-precision, floating-point number equivalent to the specified value
    Exceptions
    ExceptionDescription
    Value cannot be converted.
    See Also