ROUNDDOWN

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

Column1ROUNDDOWN() returns
5.35
7.93457
Column1CountROUNDDOWN(<Column1>;3)
7.98765432137.987