Division(Division: Variant, Divisor: Variant)
Division. Dividend.
Divisor. Divisor.
It returns the quotient from the pointwise division of the Division variable to the Divisor variable.
Formula | Result | Application |
= Division({Brazil|BCA}, {Albania|BCA}) | The Brazil|BCA factor data is divided pointwise to the Albania|BCA factor data. |
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. |
= Division(X1,7) | Each point of the X1 factor is divided into seven. | It can be used in model formulas of modeling container. |
= Division(100, 4) | 25 |
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.Division