EpsilonAlgorithmErrorEstimate Property |
Returns the current error estimate.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public 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 containing the current error estimate.
See Also