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