INT

Name

INT —
INT(b1, b2, ...)

Description

The INT function round @b1 now to the nearest int. Where 'nearest' implies being closer to zero. Equivalent to FLOOR(b1) for @b1 >= 0, and CEIL(b1) for @b1 < 0.

Performing this function on a string or empty cell simply does nothing.

See also

FLOOR , CEIL , ABS