[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcConvert.ToDouble

ToDouble Method

ToDouble(object)

Converts the specified value to a double-precision, floating-point number.

Declaration
public static double ToDouble(object value)
Public Shared Function ToDouble(value As Object) As Double
Parameters
Type Name Description
object value

Value to convert

Returns
Type Description
double

Double-precision, floating-point number equivalent to the specified value

Exceptions
Type Condition
InvalidCastException

Value cannot be converted.