PropagationVectorVectorDerivative Property |
Gets or sets the derivative of the highest
Order which specifies the motion of this vector
parameter over time. The order that this vector represents will be determined by the number of values
entered for the
InitialState (its Order plus one).
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector VectorDerivative { get; set; }
Public Property VectorDerivative As Vector
Get
Set
public:
property Vector^ VectorDerivative {
Vector^ get ();
void set (Vector^ value);
}
member VectorDerivative : Vector with get, set
Property Value
Type:
VectorSee Also