Grouping<TKey>.Item Property

Gets a sequence of indexes for the grouping with the specified key.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IEnumerable<int> this[
	TKey key
] { get; }

Parameters

key  TKey
The key of the group.

Return Value

IEnumerable<Int32>
A sequence of indexes.

See Also