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.0
C#
public int this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the index to retrieve.

Return Value

Int32
The zero-based index of the element indexth element of the filtered collection in the original collection.

See Also