Subset.Item Property

Gets the position of the observation at the specified index.

Definition

Namespace: Numerics.NET.DataAnalysis
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 subseted collection in the original collection.

See Also