Click or drag to resize

MultiStepMethodOptionsMinOrder Property

Gets or sets the minimum order the method can use (except in the startup phase, in which the method has to start with an order of 1).

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be greater than or equal to 1.
See Also