SpaceSim.SolarSystem.Moons.Moon.GetAtmosphericDensity C# (CSharp) Method

GetAtmosphericDensity() public method

public GetAtmosphericDensity ( double height ) : double
height double
return double
        public override double GetAtmosphericDensity(double height)
        {
            return 0.001;
        }