Click or drag to resize

NumericalPropagatorStatePropagationParameter Property

Gets the PropagationEvaluationInformation based on the CurrentState, Epoch, and CurrentDate of this state. This is useful for when you need to evaluate an evaluator outside of propagation that was parameterized in a NumericalPropagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PropagationEvaluationInformation PropagationParameter { get; }

Property Value

Type: PropagationEvaluationInformation
See Also