Gets and sets whether or not pivoting is done.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool Pivoting { get; set; }
Visual Basic (Declaration)
Public Property Pivoting As Boolean
Visual C++
public:
property bool Pivoting {
	bool get ();
	void set (bool value);
}

See Also