ROUNDDOWN

Name

ROUNDDOWN —
ROUNDDOWN(number[,digits])

Description

ROUNDDOWN function rounds a given number down, towards zero. @number is the number you want rounded down and @digits is the number of digits to which you want to round that number.

If digits is greater than zero, number is rounded down to the given number of digits. If digits is zero or omitted, number is rounded down to the nearest integer. If digits is less than zero, number is rounded down to the left of the decimal point.

See also

ROUNDUP