Click or drag to resize

OdeMethodOptionsMaxStepSize Property

Gets or sets the maximum step size. This value is effective only if AutomaticStepSizeControl is .

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

Property Value

NullableDouble
The maximum step size when the step size is evaluated automatically.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the assigned value is negative.
See Also