See also
Rounds a number down to the next integer.
Syntax
INT(number)
Example 1
INT(7.2)
Returns 7.
Example 2
INT(-7.2)
Returns -8.
Submit feedback about this site to: