Constructs a new grouping object with the specified index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
protected Grouping(
Index<TKey> index
)
Protected Sub New (
index As Index(Of TKey)
)
protected:
Grouping(
Index<TKey>^ index
)
new :
index : Index<'TKey> -> Grouping
Parameters
- index
- Type: Extreme.DataAnalysisIndexTKey
The index that provides the keys for the groups.
Numerical Libraries
Supported in: 6.0
Reference