SimpleConvergenceTest<T>.ErrorEvaluator Property

Gets or sets a delegate that evaluates the error estimate.

Definition

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

Property Value

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

Exceptions

ArgumentNullException

value is null.

See Also