funcFloor()
funcFloor(float $number, float $significance = null) : float|string
FLOOR.
Rounds number down, toward zero, to the nearest multiple of significance.
Excel Function: FLOOR(number[,significance])
Parameters
float | $number | Number to round |
float | $significance | Significance |
Returns
float|string —Rounded Number, or a string containing an error