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.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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