webCOMAND

#FLOOR

Return the a number rounded down to the nearest whole number.

Prototype

#FLOOR($decimal)

Parameters

  • decimal - A decimal number.

Example

#LOCAL($Num, 1.678)
The number is #FLOOR($Num).

Result

The number is 1.

Related

#CEIL, #ROUND