Add
更新日 2026/05/11
Returns the sum of two numeric inputs (a + b). Both inputs are floats; result is float.
| 名前 | 型 | 必須 | 説明 |
|---|---|---|---|
| A | Number | ||
| B | Number |
| 名前 | 型 | 説明 |
|---|---|---|
| Result | Number |
Add
A
B
Result
The Add node takes two number inputs (a, b) and emits a single output equal to a + b. It's the canonical math primitive used by framework expressions for tallying values, incrementing counters, and composing arithmetic chains.
