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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Boolean
See Also