Constructs a new aggregator group.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
protected AggregatorGroup(
string name
)
Protected Sub New (
name As String
)
protected:
AggregatorGroup(
String^ name
)
new :
name : string -> AggregatorGroup
Parameters
- name
- Type: SystemString
The name of the aggregator.
The name of the aggregator is used as the column key
when multiple aggregators are applied to the same vector.
Numerical Libraries
Supported in: 6.0
Reference