USStandardAtmosphere1976EarthSurfaceGravity Property |
Gets or sets the sea-level value of the acceleration of gravity (g0) used by the model, in m/s^2.
By default, this value is 9.80665.
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 EarthSurfaceGravity { get; set; }
Public Property EarthSurfaceGravity As Double
Get
Set
public:
property double EarthSurfaceGravity {
double get ();
void set (double value);
}
member EarthSurfaceGravity : float with get, set
Property Value
Type:
DoubleSee Also