Round()

Rounds to a specified number of digits. The function rounds the input data according to the given number of digits. Round algorithm does not touch the raw data in the database.

Please keep this in mind when using the Round function output for further calculations.

Syntax

 Round(expression, # of digits)
  • expression: signal expression
  • # of digits - integer number
  • Round("produced oil per time increment" in "m3", number of digits)

Example

 Round("produced water per time increment" in "STB",2)

As you see in the following table the Round function applied on the 'original signal' as input: