Overview
This function returns the number rounded up to the nearest whole number.
Parameters
roundUp(number)
Number
The number to round up.
For example...
roundUp(4.2)
Returns 5.
An expression editor function that rounds a number up to the next whole number.
This function returns the number rounded up to the nearest whole number.
roundUp(number)
The number to round up.
For example...
roundUp(4.2)
Returns 5.