image.png

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
  1. Feed in a list of numbers
    1. You could use the result of any node the produces or processes a list, such as map, Filter, encapsulate in list, etc
    2. Or, you can manually create a list using a panel
  2. The result is the sum of all of the numbers in the list