Click or drag to resize

MultiStepMethodOptionsMaxOrder Property

Gets or sets the maximum order the method can use.

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

Property Value

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