Gets and dets the default error tolerance for instances of RombergIntegrator.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static double DefaultTolerance { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultTolerance As Double
Visual C++
public:
static property double DefaultTolerance {
	double get ();
	void set (double value);
}

See Also