PivotVector.Item Property

Gets the pivot index at the specified position.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
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 pivot index.

Return Value

Int32
The pivot index at the specified position.

See Also