Click or drag to resize

PropagationVectorIntegrationValue Property

Gets a Vector object that is parameterized on a vector value in the state during integration. This vector is only valid while the NumericalPropagator is running. For more general use, a VectorInterpolator should be created from the NumericalPropagationStateHistory produced by the propagator.

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 IntegrationValue { get; }

Property Value

Type: Vector
See Also