Nodes > Math > Common > Add

Returns the sum of the input values.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | First value to be added |
| B | float | Second value to be added |
Outputs
| Name | Type | Description |
|---|---|---|
| ( A + B ) | float | Sum of all input values |
Properties
| Name | Type | Description |
|---|---|---|
| Input Count | dropdown | Number of input ports to expose |
Was this page helpful?