Multiply
Last updated
Last updated
Multiply is a basic arithmetic operation Node that outputs the product of all the values provided in the Input
Sockets.
This is the equivalent of the multiplication (*
or x
) operation in computer science and mathematics.
Attribute | Type | Description |
---|---|---|
| Drop-down | The type of data that will be plugged into the |
| Defined in the | The amount of |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard input Pulse, to trigger the execution of the Node. |
| Defined in the | The values to be multiplied together. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Defined in the | The product of all the values provided in the |