Click or drag to resize

OdeMethodOptionsStepSize Property

Gets or sets the step size. 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.3448.0 (4.8.3448.0)
Syntax
C#
public double? StepSize { get; set; }

Property Value

NullableDouble
The size of one step. In addition to this value, you can set further mandatory evaluation points by setting MandatorySolutionPoints.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the assigned value is negative.
See Also