Gets an estimate of the error of the differentiation just computed.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.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 ();
}

See Also