Click or drag to resize

OdeMethodOptionsMaxStepSize Property

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

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

Property Value

NullableDouble
The maximum size of a step, if the step size is evaluated automatically.
See Also