Version

AggregationHelper Class Members

The following tables list the members exposed by AggregationHelper.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)EmptyAggregateableGets an empty aggregateable.  
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