SimpleConvergenceTest<T>.ErrorEvaluator Property

Gets or sets a delegate that evaluates the error estimate.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Func<T> ErrorEvaluator { get; set; }

Property Value

Func<T>
A delegate with no arguments that returns a real number.

Exceptions

ArgumentNullExceptionvalue is null.

See Also