SolidTideModelGetCoefficientsEvaluator Method |
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 22.1.413.0 (22.1.413.0)
Syntaxpublic Evaluator<SphericalHarmonicGravityCoefficients> GetCoefficientsEvaluator()
Public Function GetCoefficientsEvaluator As Evaluator(Of SphericalHarmonicGravityCoefficients)
public:
Evaluator<SphericalHarmonicGravityCoefficients^>^ GetCoefficientsEvaluator()
member GetCoefficientsEvaluator : unit -> Evaluator<SphericalHarmonicGravityCoefficients>
Return Value
Type:
EvaluatorSphericalHarmonicGravityCoefficientsThe evaluator that computes the normalized tide coefficients of the solid tide model at a given time.
See Also