| QuadratureErrorEstimate Property |
Returns an estimate of the relative error in the computed result.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double ErrorEstimate { get; }Public ReadOnly Property ErrorEstimate As Double
Get
public:
property double ErrorEstimate {
double get ();
}member ErrorEstimate : float with get
Property Value
Type:
Double
A
double specifying an estimate of the relative error in the
computed result.
See Also