Calculates the result of adding as many as 10 numeric inputs.
If the calculation only requires two inputs, use the Add block on page for greater efficiency.
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In2
|
Numeric
|
Null
|
First value to be added.
|
|
In3
|
Numeric
|
Null
|
Second value to be added.
|
|
…
|
…
|
…
|
|
|
…
|
…
|
…
|
|
|
In10
|
Numeric
|
Null
|
Tenth value to be added.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
|
The result of adding the inputs. Null inputs are ignored as part of the calculation. If all the inputs are Null, the output is also Null.
|
|