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