Linq Extensions.Data Frame Lookup<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.2
C#
The sequence of values indexed by key.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.