PivotVector.Item Property

Gets the pivot index at the specified position.

Definition

Namespace: Numerics.NET.LinearAlgebra
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 pivot index.

Return Value

Int32
The pivot index at the specified position.

See Also