Click or drag to resize

OdeMethodOptionsIncludeMandatorySolutionPointsInOutput Property

Default: . 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 . 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.3448.0 (4.8.3448.0)
Syntax
C#
public bool IncludeMandatorySolutionPointsInOutput { get; set; }

Property Value

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