FeynmanKacMaximumBDFOrder Property |
The maximum order of the backward differentiation formulas (BDF).
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int MaximumBDFOrder { get; set; }
Public Property MaximumBDFOrder As Integer
Get
Set
public:
property int MaximumBDFOrder {
int get ();
void set (int value);
}
member MaximumBDFOrder : int with get, set
Property Value
Type:
Int32
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