INT(NExpr)
Returns the integer part of n. E.g. INT(2.34) returns 2.
INT(2.34) returns 2.
See also FRAC, ROUND
Go Back