PropagationVectorGetDerivatives Method  | 
 
            This is used by the 
NumericalPropagatorDefinition to obtain an instance of a state element evaluator 
            that can compute the derivatives of this element of the state during propagation.  
            It cannot be used outside of a 
NumericalPropagator as the geometry for the propagation state
            will be unavailable.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override PropagationStateElementEvaluator GetDerivatives(
	EvaluatorGroup group
)
Public Overrides Function GetDerivatives ( 
	group As EvaluatorGroup
) As PropagationStateElementEvaluator
public:
virtual PropagationStateElementEvaluator^ GetDerivatives(
	EvaluatorGroup^ group
) override
abstract GetDerivatives : 
        group : EvaluatorGroup -> PropagationStateElementEvaluator 
override GetDerivatives : 
        group : EvaluatorGroup -> PropagationStateElementEvaluator Parameters
- group
 - Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator and its dependents. 
Return Value
Type: 
PropagationStateElementEvaluatorThe evaluator that can compute the derivatives of this element of the state.
See Also