| numMul | ||||
|---|---|---|---|---|
| in_0 | out | |||
| in_1 | invOut | |||
| ... | absOut | |||
| in_999 | ||||
Number multiplying element. Can act as controllable signal amplifier with in_0 used as signal input and in_1 used as control signal.
| Type | numeric |
| N.C. | ignored |
Inputs 0 to 999 can be connected in any order.
| Type | numeric |
Value of output is product of all connected inputs.
out = in_0 * in_1 * ... * in_n
| Type | numeric |
invOut = out * -1;
| Type | numeric |
Absolute value of out (always positive).