Subset.Item Property

Gets the position of the observation at the specified index.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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 subseted collection in the original collection.

See Also