Remainder(Input1: Variant, Input2: Variant)
Input1. Variable.
Input2. Divisor.
It returns the remainder of integer division of points values to the specified number.
Formula | Result | Application |
= Remainder({Brazil|BCA}, {China|BCA}) | The remainder from division of Brazil|BCA factor observations is calculated to the corresponding China|BCA factor observations. |
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. |
= Remainder(X1,3) | The remainder X1 from factor points division to three is calculated. |
It can be used in model formulas of modeling container. |
= Remainder(7,3) | 0,33 |
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.Remainder