OdeMethodOptionsAutomaticStepSizeControl Property |
Gets or sets a value indicating whether automatic step size control is switched on.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool AutomaticStepSizeControl { get; set; }
Property Value
Booleantrue if the step size is automatically adjusted according to the absolute and relative error; otherwise,
false.
See Also