Floor
Rounds a number down to the nearest integer multiple of specified significance.
Floor(30.527, 0.01) → 30.52
Floor(1.15, 1) → 1Inputs
Floor(value, [factor])
value- The value to round down to the nearest integer multiple offactor.[factor]- [optional:1by default**]** - The number to whose multiplesvaluewill be rounded.factormay not be equal to0