Grouping<TKey>.GetIndexes 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#
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.

Implements

IGrouping.GetIndexes(Int32)

See Also