MultiStepMethodOptionsMinOrder Property |
Gets or sets the minimum order the method can use.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int MinOrder { get; set; }Property Value
Int32The minimum order.
Exceptions
Remarks
In the startup phase, the method has to start with an order of 1.
See Also