Rounds down and returns the largest integer less than or equal to a given number.
Nearest integer less than or equal to number.
Math.floor()
A number.
Generated using TypeDoc
Rounds down and returns the largest integer less than or equal to a given number.
Returns
Nearest integer less than or equal to number.
See
Math.floor()