PropagationEvaluationInformation.Derivatives Property |
Gets the array representing the current derivatives of the dependent variables.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[] Derivatives { get; }
Public ReadOnly Property Derivatives As Double()
Get
public:
property array<double>^ Derivatives {
array<double>^ get ();
}
member Derivatives : float[] with get
Property Value
Type:
Double[]
See Also