FLOOR

Rounds a number down to the nearest multiple of a given significance factor.

Parameter List

Syntax
FLOOR(number
[factor]
)
number

The value to be rounded down.

[optional] factor

The multiple to which the number is to be rounded down.

Examples

FLOOR(1.5, 1) returns returns 1.