Returns an estimate of the relative error in the computed result.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

A double specifying an estimate of the relative error in the computed result.

See Also