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

Gets the sequence of values indexed by the specified key.

Definition

Namespace: Numerics.NET.DataAnalysis.Linq
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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