Gets or sets a delegate that evaluates the value.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<T> ValueEvaluator { get; set; }
Public Property ValueEvaluator As Func(Of T)
Get
Set
public:
property Func<T>^ ValueEvaluator {
Func<T>^ get ();
void set (Func<T>^ value);
}
member ValueEvaluator : Func<'T> with get, set
Property Value
Type:
FuncTA delegate with no arguments that returns a real number.
The return value of this delegate is used when testing whether the error is
within the relative tolerance.
Reference