Gets or sets a delegate that evaluates the value.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property ValueEvaluator As DoubleEvaluator
C#
public DoubleEvaluator ValueEvaluator { get; set; }
C++
public:
DoubleEvaluator^ ValueEvaluator {
	DoubleEvaluator^ get ();
	void set (DoubleEvaluator^ value);
}

Value

A DoubleEvaluator delegate.

Remarks

The return value of this delegate is used when testing whether the _error is within the relative tolerance.