Divide¶
Divides a dividend by all subsequent values or all available inputs.
Divides the first parameter (the dividend) by all remaining parameters in order. With no additional parameters, the dividend is divided by all available inputs.
Parameters¶
- 1 —
dividendMandatory — accepts: field, INT, FLOAT -
The dividend of the division. May be a field reference or a static value.
- N —
divisorsOptional — accepts: field, INT, FLOAT -
The Nth divisor that the dividend is divided by. May be a field reference or a static value.
Input type¶
FLOATINT
Output type¶
FLOAT
Examples¶
Divide the dividend by all available inputs
Divide the dividend by two specific divisors
Divide a field by a static value
Mixed static and field divisors