Click or drag to resize

MultiStepMethodBaseInitializationDataStepSize Property

Gets or sets the step size to be used.

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

Property Value

NullableDouble
Remarks
If , the step size is chosen automatically by the algorithm (if supported by the concrete implementation).
See Also