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