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 Overridable ReadOnly Property EstimatedError As Double
C#
public virtual double EstimatedError { get; }
C++
public:
virtual double EstimatedError {
	double get ();
}

Value

A number larger than or equal to zero, or NaN if no estimate is available.

Remarks

The meaning of the error depends on the algorithm and the convergence test associated with it.