webCOMAND

#ROUND

Return the a number rounded to the nearest whole number.

Prototype

#ROUND($decimal)

Parameters

  • decimal - A decimal number.

Example

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

Result

The number is 2.

Related

#FLOOR, #CEIL