USStandardAtmosphere1976EarthRadius Property |
Gets or sets the effective radius of the Earth (r0) used by the model, in meters.
By default, this value is 6356766.0.
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 EarthRadius { get; set; }
Public Property EarthRadius As Double
Get
Set
public:
property double EarthRadius {
double get ();
void set (double value);
}
member EarthRadius : float with get, set
Property Value
Type:
DoubleSee Also