Function toLong( value )

Description:
Attempts to convert the numeric argument to a long (64-bit signed integer) result. If it is out of range, a blank value will result.
Parameters:
value (floating point)
numeric value for conversion
Return Value (long integer):
value converted to type long
Signature:
long toLong(double)