Click or drag to resize

OdeMethodOptionsIncludeAutomaticStepsInOutput Property

Gets or sets a value indicating whether steps generated by the automatic step size control should be included in the output. This value is true by default. The value is effective only if AutomaticStepSizeControl is set to true. If AutomaticStepSizeControl is true, but this value is false, then MandatorySolutionPoints have to be set.

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

Property Value

Boolean
true if steps generated by automatic step size control should be included in the output; otherwise, false.
See Also