INT

Description

INT rounds the supplied number down to the nearest integer.

Syntax

INT ( number )

 

Parameter

Description

number

Any real number.

Examples

This function returns 10:

INT(10.99)

This function returns -11:

INT(-10.99)

Also, see

CEILING

FLOOR

MOD

ROUND

TRUNC