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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also