Navigation: Formulas > Functions > Math
Trunc
Trunc(Value) truncates Value to an integer by rounding it towards zero. If the number being truncated is outside the range -(231-1) and +(231-1), the function will return whichever of those numbers is closest.
See also Round.