/
INT
INT
Syntax
INT(<number, string, Boolean, date>)
Description
Rounds a number down to the nearest integer. INT accepts null values.
Converts integers contained in a string, Boolean values, or dates into the integer data field type. When using Boolean values, true is converted into 1, and false is converted into 0. Dates are converted into milliseconds (returning the difference between the current time and midnight, January 1, 1970 UTC).
Examples
, multiple selections available,
Related content
INT
More like this
BIGINTEGER
BIGINTEGER
More like this
FLOOR
FLOOR
More like this
BIGDECIMAL
BIGDECIMAL
More like this
FLOAT
FLOAT
More like this
ROUNDUP
ROUNDUP
More like this