Function toFloat( value )

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