RoundDown

Syntax

RoundDown(Input: Variant, Precision: Variant)

Parameters

Input. Variable.

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

Description

It performs rounding with a lack of a variable points values.

Example

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

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

The X1 factor points are rounded down to the nearest integer.

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

5.97

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.RoundDown