Math Add
Add two or more numbers.
This node adds the input numbers together.
Example:#
- Input:
1, 2, 3
Results in the addition of 1 + 2 + 3.
- Output:
6
Inputs#
| Port | Description |
|---|---|
| A set of numbers to add together. |
Outputs#
| Port | Description |
|---|---|
| The result of the addition. |
ID: core/math-add@v1