RoundUp

Syntax

RoundUp(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 points with a roundup.

Example

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

Brazil|BCA factor observations are rounded up 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.
= RoundUp(X1,0)

X1 factor points are rounded up to the nearest integer.

It can be used in model formulas of modeling container.
= RoundUp(5.972,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.RoundUp