Math Multiply
Multiplies two or more numbers.
This node multiplies the input numbers together.
Example:#
- Input:
2, 3, 4
Results in the multiplication of 2 * 3 * 4.
- Output:
24
Inputs#
| Port | Description |
|---|---|
| A set of numbers to multiply together. |
Outputs#
| Port | Description |
|---|---|
| The result of the multiplication. |
ID: math-multiply@v1