Category:

Mathematical

Returns the value of a number rounded to the nearest whole number.

Syntax

round(
  x Numeric
): Integer

Parameters

x is a source number.

Return value

Type: Integer.

Examples of using

round(325.11)