Syntax
ROUNDDOWN(<number>;<number>)
Description
Rounds a number down toward the nearest whole number. The count is the number of digits where to start the rounding.
Examples
Column1 | ROUNDDOWN() returns |
---|
5.3 | 5 |
7.9345 | 7 |
Column1 | Count | ROUNDDOWN(<Column1>;3) |
---|
7.987654321 | 3 | 7.987 |