ConvergenceTest<T>.Tolerance Property

Gets or sets the tolerance used in the convergence test.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T Tolerance { get; set; }

Property Value

T
A real number greater than or equal to zero.

Exceptions

ArgumentOutOfRangeException

The specified tolerance is less than zero or equal to NaN.

See Also