Click or drag to resize

OdeMethodOptionsIncludeMandatorySolutionPointsInOutput Property

Default: true. Gets or sets a value indicating whether the mandatory solution points (see MandatorySolutionPoints) should appear in the output sequence. This value is only effective if AutomaticStepSizeControl is true. Without automatic step size control, mandatory solution points always appear in the output sequence.

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

Property Value

Boolean
true if the mandatory solution points should appear in the output sequence (default value); otherwise, false.
See Also