Gets the estimated error associated with the convergence test.

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

Syntax

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