Converts a value of type Decimal to type Float.
This function is deprecated together with the Float type. Use the high-precision Decimal type instead.
toFloat
Converts the specified Decimal value to a value of type Float.
Input parameters
- A Decimal value that should be converted to a Float value.
toFloat(parseDecimal('123.456'))
returns:
123.456