Function toInteger( value )

Description:
Attempts to convert the numeric argument to an int (32-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 (integer):
value converted to type int
Signature:
int toInteger(double)