Aggregate
|
The AggregateFunctions type exposes the following members.
Name | Description | |
---|---|---|
All | Gets flag that determines if all of the values in the array evaluate to true for the provided comparisonExpr. | |
Any | Gets flag that determines if any of the values in the array evaluate to true for the provided comparisonExpr. | |
Avg | Gets the average of the values in the array. | |
Count | Gets the number of items in the array. | |
Max | Gets the maximum of the values in the array. | |
Min | Gets the minimum of the values in the array. | |
StdDev | Gets the standard deviation of the values in the array. | |
Sum | Gets the sum of the values in the array. |