Aggregator methods return a single value calculated from all the elements in a sequence. the aggregator methods include Count
, Sum
, Min
, Max
, Average
, and Aggregate
.
This sample uses Sum
to get the total of the numbers in an array.
This sample uses Sum
to get the total number of characters of all words in the array.
This sample uses Sum
to get the total units in stock for each product category.
Next: Aggregates-Min » Previous: Aggregates »