Gets or sets the parasitic drag coefficient of the aircraft when flying at a speed less than the Mach Divergence.
Read-write property
[Visual Basic .NET] |
---|
Public Property Cd0() As Double |
[C#] |
---|
public double Cd0 {get; set;} |
[Managed C++] |
---|
public: __property double get_Cd0(); |
[Unmanaged C++] |
---|
public: HRESULT get_Cd0( double * pVal ); public: HRESULT put_Cd0( double newVal ); |
[Java] |
---|
public double getCd0(); public void setCd0( double ); |