Filter.Item Property
Gets the unfiltered index of the observation at the specified index.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The zero-based index of the element indexth element of the filtered collection in the original collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int this[
int index
] { get; }
Parameters
- index Int32
- The zero-based index of the index to retrieve.
Return Value
Int32The zero-based index of the element indexth element of the filtered collection in the original collection.