Click or drag to resize

MultiStepMethodOptionsMinOrder Property

Gets or sets the minimum order the method can use.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int MinOrder { get; set; }

Property Value

Int32
The minimum order.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be greater than or equal to 1.
Remarks
In the startup phase, the method has to start with an order of 1.
See Also