The mathFloor() function returns the largest integer less than or equal to a given number.
mathFloor()
A number
A number representing the largest integer less than or equal to the specified number.
Returns the greatest integer less than or equal to its numeric argument.
A numeric expression.
The
mathFloor()
function returns the largest integer less than or equal to a given number.Param: x
A number
Returns
A number representing the largest integer less than or equal to the specified number.