Click or drag to resize

OdeMethodOptionsInitialStepSize Property

Gets or sets the initial step size. 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? InitialStepSize { get; set; }

Property Value

NullableDouble
The initial step size. If set to null, the initial step size is calculated automatically.
See Also