Constructs a new aggregator group.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected TypePreservingAggregatorGroup(
string name
)
Protected Sub New (
name As String
)
protected:
TypePreservingAggregatorGroup(
String^ name
)
new :
name : string -> TypePreservingAggregatorGroup
Parameters
- name
- Type: SystemString
The name of the aggregator group.
Reference