Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Vector VectorDerivative { get; set; }

Property Value

Type: Vector
See Also