NumericalPropagatorState Constructor (JulianDate, IEnumerablePropagationStateElement, IEnumerableAuxiliaryStateElement) |
Initialize a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NumericalPropagatorState(
JulianDate epoch,
IEnumerable<PropagationStateElement> integrationElements,
IEnumerable<AuxiliaryStateElement> auxiliaryElements
)
Public Sub New (
epoch As JulianDate,
integrationElements As IEnumerable(Of PropagationStateElement),
auxiliaryElements As IEnumerable(Of AuxiliaryStateElement)
)
public:
NumericalPropagatorState(
JulianDate epoch,
IEnumerable<PropagationStateElement^>^ integrationElements,
IEnumerable<AuxiliaryStateElement^>^ auxiliaryElements
)
new :
epoch : JulianDate *
integrationElements : IEnumerable<PropagationStateElement> *
auxiliaryElements : IEnumerable<AuxiliaryStateElement> -> NumericalPropagatorState
Parameters
- epoch
- Type: AGI.Foundation.TimeJulianDate
The time at which the initial values of the elements are valid at. - integrationElements
- Type: System.Collections.GenericIEnumerablePropagationStateElement
The PropagationStateElement that will be propagated. - auxiliaryElements
- Type: System.Collections.GenericIEnumerableAuxiliaryStateElement
The AuxiliaryStateElement that will be computed along the
integrationElements during propagation.
See Also