ROUND

Description: Rounds a number to a specified number of digits.

Syntax: ROUND(Number, Num_Digits)

  • Number is the number you want to round.
  • Num_Digits specifies the number of digits to which you want to round Number.

Remarks:

  • If Num_Digits is greater than 0 (zero), then Number is rounded to the specified number of decimal places.
  • When used in an event analysis flowchart, the parameters must evaluate to numerical values. They can include:

Example:

  • ROUND(2.15, 1) = 2.2 [rounds 2.15 to one decimal place]