RoundUp(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 rounds the variable points with a roundup.
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 Functions │ IModelling.RoundUp