Returns an integer representation of the input value, where the input value is a real number.
Format
RTOI(x)
Argument
x | Any valid expression that evaluates to a real number. |
Examples
The following examples illustrate the use of the RTOI function:
Function | RTOI (.09) |
Result | 0 |
Function | RTOI (7.7) |
Result | 7 |