Constructs a new grouping object with the specified index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference