Click or drag to resize
Grid Solutions Framework

AggregateFunctions Methods

The AggregateFunctions type exposes the following members.

Methods
  Name Description
Public method Static member All Gets flag that determines if all of the values in the array evaluate to true for the provided comparisonExpr.
Public method Static member Any Gets flag that determines if any of the values in the array evaluate to true for the provided comparisonExpr.
Public method Static member Avg Gets the average of the values in the array.
Public method Static member Count Gets the number of items in the array.
Public method Static member Max Gets the maximum of the values in the array.
Public method Static member Min Gets the minimum of the values in the array.
Public method Static member StdDev Gets the standard deviation of the values in the array.
Public method Static member Sum Gets the sum of the values in the array.
Top
See Also