Overview
This function returns the number rounded down to the nearest whole number.
Parameters
roundDown(number)
Number
The number to round up.
For example...
roundUp(4.8)
Returns 4.
An expression editor function that rounds a number down to the previous whole number.
This function returns the number rounded down to the nearest whole number.
roundDown(number)
The number to round up.
For example...
roundUp(4.8)
Returns 4.