SphericalHarmonicGravityCoefficientsZonalCoefficients Property |
Gets the list of zonal coefficients (the negative of the cosine coefficients for m=0; J2 = -C20, J3 = -C30, etc.).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 22.2.414.0 (22.2.414.0)
Syntaxpublic double[] ZonalCoefficients { get; }
Public ReadOnly Property ZonalCoefficients As Double()
Get
public:
property array<double>^ ZonalCoefficients {
array<double>^ get ();
}
member ZonalCoefficients : float[] with get
Property Value
Type:
Double
See Also