IGrouping.GetIndexes Method

Gets a sequence of indexes for the grouping.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IEnumerable<int> GetIndexes(
	int index
)

Parameters

index  Int32
The zero-based index of the group.

Return Value

IEnumerable<Int32>
A sequence of indexes.

See Also