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 Min
to get the lowest number in an array.
This sample uses Min
to get the length of the shortest word in an array.
This sample uses Min
to get the cheapest price among each category's products.
This sample uses Min
to get the products with the cheapest price in each category.
Next: Aggregates-Max » Previous: Aggregates-Sum »