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.2.419.0 (24.2.419.0)
Syntax public bool IncludeHighestDerivativeInOutput { get; set; }
Public Property IncludeHighestDerivativeInOutput As Boolean
Get
Set
public:
property bool IncludeHighestDerivativeInOutput {
bool get ();
void set (bool value);
}
member IncludeHighestDerivativeInOutput : bool with get, set
Property Value
Type:
BooleanSee Also