Convergence Test<T>.Effective Tolerance Method
Returns the effective tolerance for a given value.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
C#
The tolerance relative to value based on the test's absolute and relative tolerances and its convergence criterion.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
public T EffectiveTolerance(
T value
)
Parameters
- value T
- The value to compare the error to.
Return Value
TThe tolerance relative to value based on the test's absolute and relative tolerances and its convergence criterion.