numMul

Connection diagram

numMul
in_0       out
in_1       invOut
...       absOut
in_999        
         

Description

Number multiplying element. Can act as controllable signal amplifier with in_0 used as signal input and in_1 used as control signal.

Inputs

in_0 ... in_999

Typenumeric
N.C.ignored

Inputs 0 to 999 can be connected in any order.

Outputs

out

Typenumeric

Value of output is product of all connected inputs.
out = in_0 * in_1 * ... * in_n

invOut

Typenumeric

invOut = out * -1;

absOut

Typenumeric

Absolute value of out (always positive).