Round Function

Round rounds a value to the nearest whole numberr


Function

Round rounds up or down a value to the nearest whole number. The argument can be a single number or a data field. For data fields, Round calculates each element and returns the results in a data field of the same size.

If the value of the argument is exactly between two integers, it will be rounded to the even number.

Syntax

  • Round (Value)

  • Round (List)

  • Round (Table)

Example

  • Round (2.6) = 3

  • Round (2.5) = 2

  • Round (3.5) = 4