Gets an estimate of the relative error for the integral approximation.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also