JplDEGetGravitationalParameterNative Method |
Gets the gravitational parameter of a central body in AU^3/day^2.
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 GetGravitationalParameterNative(
JplDECentralBody centralBody
)
Public Function GetGravitationalParameterNative (
centralBody As JplDECentralBody
) As Double
public:
double GetGravitationalParameterNative(
JplDECentralBody centralBody
)
member GetGravitationalParameterNative :
centralBody : JplDECentralBody -> float
Parameters
- centralBody
- Type: AGI.Foundation.CelestialJplDECentralBody
The central body for which to retrieve information.
Return Value
Type:
DoubleThe gravitational parameter of the specified central body, in AU^3/day^2.
See Also