Click or drag to resize

PropagationStateElementIncludeHighestDerivativeInOutput Property

Gets or sets a value indicating whether to include the derivative computed at each step with the output. If this is true, the output converted from the raw state will contain the derivative associated with the Order of the differential equation.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IncludeHighestDerivativeInOutput { get; set; }

Property Value

Type: Boolean
See Also