Round

Purpose:

Rounds a value to the entered number of decimal places. Default: 0.

Parameter:

Number

Number       (optional)

Return value:

Number

Example:

Round(3.1454,2)       Result: 3,15

Round(3.1454) Result: 3