PermanentSolidTideModelPermanentCosineTideCoefficients Property |
Gets the two-dimensional array of the permanent cosine tide coefficients.
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[][] PermanentCosineTideCoefficients { get; }
Public ReadOnly Property PermanentCosineTideCoefficients As Double()()
Get
public:
property array<array<double>^>^ PermanentCosineTideCoefficients {
array<array<double>^>^ get ();
}
member PermanentCosineTideCoefficients : float[][] with get
Property Value
Type:
DoubleSee Also