INTEGER
The INTEGER function converts a number to an integer. The result is of
type INTEGER.
Syntax
INTEGER(n)
Parameters
n The number to be converted. This can be of any numeric
type.
Examples
10 A = INTEGER(3.0) !A = 3