Function toDouble( value )

Description:
Converts the numeric argument to a double (64-bit signed integer) result.
Parameters:
value (floating point)
numeric value for conversion
Return Value (floating point):
value converted to type double
Signature:
double toDouble(double)