Floor
Rounds a number down to the nearest integer multiple of specified significance.
Inputs
Floor(value, [factor])
value
- The value to round down to the nearest integer multiple offactor
.[factor]
- [optional:1
by default**]** - The number to whose multiplesvalue
will be rounded.factor
may not be equal to0
Last updated