Click or drag to resize

OdeMethodOptionsStepSize Property

Gets or sets the size of the step. This value is effective only if automatic step size control is not active.

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

Property Value

NullableDouble
The size of one step. Additionally to this value, you can set further mandatory evaluation points by setting MandatorySolutionPoints.
See Also