|  | RombergIntegratorDefaultMaxOrder Property | 
            Gets and sets the default maximum order for instances of RombergIntegrator.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static int DefaultMaxOrder { get; set; }Public Shared Property DefaultMaxOrder As Integer
	Get
	Set
public:
static property int DefaultMaxOrder {
	int get ();
	void set (int value);
}static member DefaultMaxOrder : int with get, set
Property Value
Int32 See Also
See Also