SphericalHarmonicGravityModelSineCoefficients Property |
Gets the list of this model's Sine coefficients (m= [1, L])
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double[][] SineCoefficients { get; }
Public ReadOnly Property SineCoefficients As Double()()
Get
public:
property array<array<double>^>^ SineCoefficients {
array<array<double>^>^ get ();
}
member SineCoefficients : float[][] with get
Property Value
Type:
DoubleSee Also