SphericalHarmonicCoefficientsZonalCoefficients Property  | 
 
            Gets the array of zonal coefficients (the negative of the cosine coefficients for m=0; J2 = -C20, J3 = -C30, etc.).
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.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