
Category: Math
Kind: Operation
Tags: , Sum, Add, Mass, Total, Addition, Aggregate
Description: Sum a list of numbers
Inputs
Name |
Abbreviation |
Type |
Access |
Description |
Numbers |
N |
Number |
List |
The list of numbers to sum |
Outputs
Name |
Abbreviation |
Type |
Access |
Description |
Sum |
S |
Number |
Item |
The sum of the numbers |
- Feed in a list of numbers
- You could use the result of any node the produces or processes a list, such as map, Filter, encapsulate in list, etc
- Or, you can manually create a list using a panel
- The result is the sum of all of the numbers in the list