 | RombergIntegratorRombergErrorEstimate Property |
Gets an estimate of the error in the Romberg estimate
of the integral just computed.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic double RombergErrorEstimate { get; }
Public ReadOnly Property RombergErrorEstimate As Double
Get
public:
property double RombergErrorEstimate {
double get ();
}
member RombergErrorEstimate : float with get
Property Value
Type:
Double
See Also