LinqExtensions.DataFrameLookup<TKey, R, C>.Item Property

Gets the sequence of values indexed by the specified key.

Definition

Namespace: Extreme.DataAnalysis.Linq
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IEnumerable<DataFrameRow<R, C>> this[
	TKey key
] { get; }

Parameters

key  TKey
The key of the requested sequence.

Return Value

IEnumerable<DataFrameRow<R, C>>
The sequence of values indexed by key.

See Also