round

Returns "numeric_expression" rounded to the nearest value "integer_expression" places to the right of the decimal point. Rounding takes place before data formatting is applied.

Syntax

round ( numeric_expression, integer_expression )

Example

round (125, -1)

Result

130