Pivot Vector.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.2
C#
The pivot index at the specified position.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int this[
int index
] { get; }
Parameters
- index Int32
- The zero-based index of the pivot index.
Return Value
Int32The pivot index at the specified position.