USStandardAtmosphere1976DensityRatio Property  | 
 
            Gets a 
ScalarDependentOnServiceProvider that calculates the ratio
            of the local density to the density at sea level
            using the U.S. Standard Atmosphere model, 1976 version.
            The calculation requires the given service provider to provide the 
ILocationPointService service.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarDependentOnServiceProvider DensityRatio { get; }Public ReadOnly Property DensityRatio As ScalarDependentOnServiceProvider
	Get
public:
property ScalarDependentOnServiceProvider^ DensityRatio {
	ScalarDependentOnServiceProvider^ get ();
}member DensityRatio : ScalarDependentOnServiceProvider with get
Property Value
Type: 
ScalarDependentOnServiceProvider
See Also