Convergence Test<T>.Tolerance Property
Gets or sets the tolerance used in the convergence test.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A real number greater than or equal to zero.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T Tolerance { get; set; }
Property Value
TA real number greater than or equal to zero.
Exceptions
Argument | The specified tolerance is less than zero or equal to NaN |