imul
Returns the result of the C-like 32-bit multiplication of the two parameters
imul(in1, in2): out1Arguments:
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 |