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 Count
to get the number of unique factors of 300.
This sample uses Count
to get the number of odd ints in the array.
This sample uses Count
to return a list of customers and how many orders each has.
This sample uses Count
to return a list of categories and how many products each has.
Next: Aggregates-Sum » Previous: Quantifiers »