math.ceil
Rounds the number up to the nearest integer.
math.ceil(x: number): number
Arguments
Name | Description | Type |
---|---|---|
x | N/A | number |
Returns number
Rounds the number up to the nearest integer.
math.ceil(x: number): number
Name | Description | Type |
---|---|---|
x | N/A | number |
Returns number