mul
Multiply two inputs
mul(in1, in2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Left operand to be multiplied. Event version triggers calculation. | |
in2 | number | Right operand to be multiplied. Event version must trigger the left inlet in order to perform calculation. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The output product |
Aliases
*
times