The IntToFloat function converts an integer to a float.
Syntax
Float Global.IntToFloat(
Integer value)
Integer value)
Parameters
| value | The integer value. | Required |
|---|
Return value
The IntToFloat function returns the float value.
Example
value = IntToFloat(25)
// value = 25.0
// value = 25.0