SimpleForwardFlightPropellerPropulsion.DensityRatio Property |
Gets or sets the scalar defining the ratio of the local atmospheric density to a reference density (usually standard mean sea level density).
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarDependentOnServiceProvider DensityRatio { get; set; }
Public Property DensityRatio As ScalarDependentOnServiceProvider
Get
Set
public:
property ScalarDependentOnServiceProvider^ DensityRatio {
ScalarDependentOnServiceProvider^ get ();
void set (ScalarDependentOnServiceProvider^ value);
}
member DensityRatio : ScalarDependentOnServiceProvider with get, set
Property Value
Type:
ScalarDependentOnServiceProvider
See Also