Version

AggregationHelper Class Methods

For a list of all members of this type, see AggregationHelper members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetDefaultAggregatorHepls to be obtained an aggregator based on the passed parameters.  
Public Methodstatic (Shared in Visual Basic)GetDefaultAverageAggregatorHepls to be obtained AverageAggregator<T> over the specified dataType.  
Public Methodstatic (Shared in Visual Basic)GetDefaultMaxAggregatorHepls to be obtained a Aggregator<T> over the specified dataType.  
Public Methodstatic (Shared in Visual Basic)GetDefaultMinAggregatorHepls to be obtained a Aggregator<T> over the specified dataType.  
Public Methodstatic (Shared in Visual Basic)GetDefaultSumAggregatorHepls to be obtained a Aggregator<T> over the specified dataType.  
See Also