OdeMethodOptionsInitialStepSize Property |
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic double? InitialStepSize { get; set; }
Property Value
NullableDouble
The initial step size. If set to null, the initial step size is calculated automatically.
See Also