The highest order formula to use of implicit Adams type or BDF type.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

An int specifying the highest order formula to use of implicit Adams type or BDF type.

Default: MaxOrder = 12 for Adams and MaxOrder = 5 for BDF.

Remarks

MaxOrder must be greater than zero.

See Also