Gets and sets the maximum order used in computing Romberg estimates.

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

Syntax

C#
public int MaximumOrder { get; set; }
Visual Basic (Declaration)
Public Property MaximumOrder As Integer
Visual C++
public:
property int MaximumOrder {
	int get ();
	void set (int value);
}

See Also