ceil
Description
Rounds up a number to the nearest whole number and returns the smallest integer greater than or equal to the passed number.
Input / Parameter
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
value | The number to round up. | Number | - | - | Yes |
Output
Description | Output Type |
---|---|
Returns the round up number. | Number |
Callback
N/A
Video
Coming Soon.
Example
Coming Soon.
Steps
Coming Soon.
Result
Coming Soon.
Links
Last updated