Add Variadic
Last updated
Last updated
Adds two or more numbers together, summing up all the connected inputs. Unlike the basic Add node which has fixed inputs, this node can accept any number of values to add.
inputs
The list of numbers to add together
List
No
value
The sum of all input values
Number
Drag the Add Node (Variadic) into your graph.
Connect any number of numeric values to the "inputs" handle.
Each connected value will automatically be added to the inputs list.
Run the graph—the output will be the sum of all connected values.
For example, with inputs (3, 5, 7, 9), the output will be 24.
You can keep connecting more inputs as needed—there's no limit.
If no inputs are connected, the output will be 0.
This node is useful when you don't know in advance how many values you'll need to add.
Flexible Calculations: Perform addition with a variable number of inputs.
Dynamic Budgeting: Add up expenses or income from multiple sources.
Cumulative Values: Combine multiple metrics or measurements.
Configuration Sums: Add together multiple customizable components of a value.
: The standard addition node with two fixed inputs.
: For multiplying multiple values together.