 | DoubleQRDecompServerPivoting Property |
Gets and sets whether or not pivoting is done.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Pivoting { get; set; }
Public Property Pivoting As Boolean
Get
Set
public:
property bool Pivoting {
bool get ();
void set (bool value);
}
member Pivoting : bool with get, set
Property Value
Boolean
See Also