Grouping<TKey>.Get Indexes Method
Gets a sequence of indexes for the grouping.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A sequence of indexes.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public abstract IEnumerable<int> GetIndexes(
int index
)
Parameters
- index Int32
- The zero-based index of the group.
Return Value
IEnumerable<Int32>A sequence of indexes.