Gets or sets the relative tolerance used in the
convergence test.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public double RelativeTolerance { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property RelativeTolerance As Double |
| Visual C++ |
|---|
public:
property double RelativeTolerance {
double get ();
void set (double value);
} |
| F# |
|---|
member RelativeTolerance : float with get, set
|
Field Value
A real number greater than or equal to zero.
Remarks
See Also