RoundDown(Input: Variant, Precision: Variant)
Input. Variable.
Precision. The number of decimal places, to which it is necessary to round the number:
If Precision is greater than 0, the number is rounded to the specified number of decimal places after a decimal point.
If Precision is equal to 0, the number is rounded to the nearest integer.
If Precision is equal to 0, the number is rounded to the nearest integer.
It performs rounding with a lack of a variable points values.
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 Functions │ IModelling.RoundDown