Click or drag to resize

OdeMethodOptionsIncludeInitialValueInOutput Property

Gets or sets a value indicating whether the initial point should be included in the output.

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

Property Value

Boolean
if the initial point should be included in the output; otherwise, .
See Also