Click or drag to resize
OdeAdamsGearMaxOrder Property
The highest order formula to use of implicit Adams type or BDF type.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int MaxOrder { get; set; }

Property Value

Type: Int32
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