SphericalHarmonicCoefficientsCosineCoefficients Property |
Gets the array of cosine coefficients (m= [1, L])
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[][] 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:
DoubleSee Also