Gets or sets a value indicating whether to throw an
exception when the algorithm fails to converge.
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public bool ThrowExceptionOnFailure { get; set; }
|
| Visual Basic (Declaration) |
Public Property ThrowExceptionOnFailure As Boolean
Get
Set
|
| Visual C++ |
public:
property bool ThrowExceptionOnFailure {
bool get ();
void set (bool value);
}
|
| F# |
member ThrowExceptionOnFailure : bool with get, set
|
Field Value
true if an exception is to be thrown;
otherwise
falseFalsefalsefalse (False in Visual Basic).
Remarks
See Also