Gets or sets the absolute tolerance used in the
convergence test.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T AbsoluteTolerance { get; set; }
Public Property AbsoluteTolerance As T
Get
Set
public:
property T AbsoluteTolerance {
T get ();
void set (T value);
}
member AbsoluteTolerance : 'T with get, set
Property Value
Type:
TA real number greater than or equal to zero.
The absolute error is the
absolute value of the difference between the computed
and the actual result. The absolute tolerance
specifies the
largest value of the ratio that is allowed.
This property is ignored when
ConvergenceCriterion is equal to
WithinRelativeeTolerance.
Reference