Return the a number rounded to the nearest whole number.
#ROUND($decimal)
#LOCAL($Num, 1.678) The number is #ROUND($Num).
The number is 2.
#FLOOR, #CEIL