Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.1 KB

File metadata and controls

21 lines (17 loc) · 1.1 KB
uid items
cao-SUM
Operators

SUM

Specification Value
Description Returns the sum of a value for all elements in a specified list.
Parameter 1 Name List
Parameter 1 Type list of objects
Parameter 2 Name Value
Parameter 2 Type numeric type - int, double or decimal
Parameter 3 Name -
Parameter 3 Type -
Return value Returns the sum of the values of the elements in List.

More examples: