SimpleForwardFlightPropellerPropulsionDensityRatio 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ScalarDependentOnServiceProviderSee Also