Gets or sets a value indicating whether the
BaseMatrix should be overwritten by
its decomposition.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| C# |
public bool Overwrite { get; set; }
|
| Visual Basic (Declaration) |
Public Property Overwrite As Boolean
Get
Set
|
| Visual C++ |
public:
property bool Overwrite {
bool get ();
void set (bool value);
}
|
| F# |
member Overwrite : bool with get, set
|
Remarks
Exceptions
See Also