INT - source-solutions/HELP GitHub Wiki
whole = INT(number)
Returns number
truncated towards negative infinity.
number
is a numeric expression.
FIX
truncates towards zero: it removes the fractional part. By contrast, INT
truncates towards negative infinity.
number
is a string expression: Type mismatch.