PermanentSolidTideModelPermanentSineTideCoefficients Property |
Gets the two-dimensional array of the permanent sine tide coefficients.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[][] PermanentSineTideCoefficients { get; }
Public ReadOnly Property PermanentSineTideCoefficients As Double()()
Get
public:
property array<array<double>^>^ PermanentSineTideCoefficients {
array<array<double>^>^ get ();
}
member PermanentSineTideCoefficients : float[][] with get
Property Value
Type:
Double
See Also