Description Rounds the supplied number down to the nearest integer.
Syntax INT ( number )
Examples This function returns 10:
This function returns -11:
See Also CEILING, FLOOR, MOD, ROUND, TRUNC