Constructs a new aggregator group.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected Aggregator2Group(
string name
)
Protected Sub New (
name As String
)
protected:
Aggregator2Group(
String^ name
)
new :
name : string -> Aggregator2Group
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.
Reference