Simple Convergence Test<T>.Value Evaluator Property
Gets or sets a delegate that evaluates the value.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A delegate with no arguments that returns a real number.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Func<T> ValueEvaluator { get; set; }
Property Value
Func<T>A delegate with no arguments that returns a real number.
Remarks
The return value of this delegate is used when testing whether the error is within the relative tolerance.