|  | DoubleLUFactPivots Property | 
            Gets an array of pivot indices. The row i was interchanged with row
            Pivots[i].
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int[] Pivots { get; }Public ReadOnly Property Pivots As Integer()
	Get
public:
property array<int>^ Pivots {
	array<int>^ get ();
}member Pivots : int[] with get
Property Value
Int32 See Also
See Also