The maximum order of the backward differentiation formulas (BDF).

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

Syntax

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

Field Value

An int, the maximum order of the BDF used in the integrator.

Default: MaximumBdfOrder = 5.

Remarks

The maximum order of the BDF must be greater than zero and less than 6.

See Also