Gets and sets the default maximum order for instances of RiddersDifferentiator.

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

Syntax

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

See Also