|  | RombergIntegratorDefaultTolerance Property | 
            Gets and dets the default error tolerance for instances of RombergIntegrator.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static double DefaultTolerance { get; set; }Public Shared Property DefaultTolerance As Double
	Get
	Set
public:
static property double DefaultTolerance {
	double get ();
	void set (double value);
}static member DefaultTolerance : float with get, set
Property Value
Double See Also
See Also