SphericalHarmonicGravityCoefficientsCosineCoefficients Property |
Gets the list of cosine coefficients (m= [1, L])
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 22.2.414.0 (22.2.414.0)
Syntaxpublic double[][] CosineCoefficients { get; }
Public ReadOnly Property CosineCoefficients As Double()()
Get
public:
property array<array<double>^>^ CosineCoefficients {
array<array<double>^>^ get ();
}
member CosineCoefficients : float[][] with get
Property Value
Type:
Double
See Also