Click or drag to resize
Grid Solutions Framework

AggregateFunctions Class

Common aggregate functions for use with array variables in the DynamicCalculator.
Inheritance Hierarchy
SystemObject
  DynamicCalculatorAggregateFunctions

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.181-beta
Syntax
public static class AggregateFunctions
View Source

The AggregateFunctions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAll Gets flag that determines if all of the values in the array evaluate to true for the provided comparisonExpr.
Public methodStatic memberAny Gets flag that determines if any of the values in the array evaluate to true for the provided comparisonExpr.
Public methodStatic memberAvg Gets the average of the values in the array.
Public methodStatic memberCount Gets the number of items in the array.
Public methodStatic memberMax Gets the maximum of the values in the array.
Public methodStatic memberMin Gets the minimum of the values in the array.
Public methodStatic memberStdDev Gets the standard deviation of the values in the array.
Public methodStatic memberSum Gets the sum of the values in the array.
Top
See Also