Gets or sets the coefficient of lift at zero angle of attack.
Read-write property
[Visual Basic .NET] |
---|
Public Property ForwardFlightCl0() As Double |
[C#] |
---|
public double ForwardFlightCl0 {get; set;} |
[Managed C++] |
---|
public: __property double get_ForwardFlightCl0(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForwardFlightCl0( double * pVal ); public: HRESULT put_ForwardFlightCl0( double newVal ); |
[Java] |
---|
public double getForwardFlightCl0(); public void setForwardFlightCl0( double ); |