Gets or sets a delegate that evaluates the error estimate.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<T> ErrorEvaluator { get; set; }
Public Property ErrorEvaluator As Func(Of T)
Get
Set
public:
property Func<T>^ ErrorEvaluator {
Func<T>^ get ();
void set (Func<T>^ value);
}
member ErrorEvaluator : Func<'T> with get, set
Property Value
Type:
FuncTA delegate with no arguments that returns a real number.
Reference