Gets or sets the tolerance used in the convergence test.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T Tolerance { get; set; }
Public Property Tolerance As T
Get
Set
public:
property T Tolerance {
T get ();
void set (T value);
}
member Tolerance : 'T with get, set
Property Value
Type:
TA real number greater than or equal to zero.
Reference