Lists
Sum
4min
overview the sum action calculates the sum of all the numbers in a list parameters inputs input a list of numbers ( list\<object> ) the list must consist of primitive data types such as integers, doubles, etc outputs result ( object ) the sum of the numbers in the input list important notes ensure that the input list contains only primitive data types (e g , integers, doubles) for accurate results