Iau1980NutationGetEvaluator Method (EvaluatorGroup) | 
 
            Gets an evaluator to compute the Nutation for a specified JulianDate.
            
            The result of evaluating will be a 
            Motion<Nutation> which represents the nutation angles. 
            This does not provide any derivatives.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override MotionEvaluator<Nutation> GetEvaluator(
	EvaluatorGroup group
)
Public Overrides Function GetEvaluator ( 
	group As EvaluatorGroup
) As MotionEvaluator(Of Nutation)
public:
virtual MotionEvaluator<Nutation^>^ GetEvaluator(
	EvaluatorGroup^ group
) override
abstract GetEvaluator : 
        group : EvaluatorGroup -> MotionEvaluator<Nutation> 
override GetEvaluator : 
        group : EvaluatorGroup -> MotionEvaluator<Nutation> Parameters
- group
 - Type: AGI.FoundationEvaluatorGroup
      The group with which to associate the new evaluator.  By grouping evaluators
      that are often evaluated at the same Julian dates, common computations can be performed only once
      for the entire group instead of multiple times for each evaluator.
     
Return Value
Type: 
MotionEvaluatorNutationAn evaluator.
See Also