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 by default. The value is effective only if AutomaticStepSizeControl is set to . If AutomaticStepSizeControl is but this value is , then MandatorySolutionPoints must be set.

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

Property Value

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