INT


Description Rounds the supplied number down to the nearest integer.

Syntax INT ( number )

Argument Description
number Any real number.

Examples This function returns 10:

INT(10.99)

This function returns -11:

INT(-10.99)

See Also CEILING, FLOOR, MOD, ROUND, TRUNC