Gets a value indicating the size of the absolute error of the result.

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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property EstimatedError As Double
C#
public override double EstimatedError { get; }
C++
public:
virtual double EstimatedError {
	double get () override;
}

Value

A number larger than or equal to zero.

Remarks

This property returns the Error associated with the algorithm's ConvergenceTest property. If ConvergenceTest is nullNothingnullptr, then NaN is returned.