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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also