Round

Syntax

Round(Input: Variant, Precision: Variant)

Parameters

Input. Variable.

Precision. The number of decimal places, to which it is necessary to round the number:

Description

It rounds the variable point values.

Example

Formula Result Application
= Round({Brazil|BCA},2)

The Brazil|BCA factor observations are rounded to two decimal places.

It can be used in formulas of calculated series of time series database and model formulas of modeling container that is a child of the time series database.
= Round(X1,0)

The X1 factor points are rounded to the nearest integer.

It can be used in model formulas of modeling container.
= Round(5.978,2)

5.98

It can be used in formulas of calculated series of time series database and modeling container models.

See also:

Functions Available in Expression Editor │ Arithmetic FunctionsIModelling.Round