OdeAdamsGearMaxOrder Property |
The highest order formula to use of implicit Adams type or BDF type.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaxOrder { get; set; }
Public Overridable Property MaxOrder As Integer
Get
Set
public:
virtual property int MaxOrder {
int get ();
void set (int value);
}
abstract MaxOrder : int with get, set
override MaxOrder : int with 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