Description
The coefficient of lift at zero angle of attack.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ForwardFlightCl0() As Double
|
| [C#] |
|---|
public double ForwardFlightCl0 {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ForwardFlightCl0(); public: __property void set_ForwardFlightCl0(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ForwardFlightCl0(
double * pVal
);
public: HRESULT put_ForwardFlightCl0(
double newVal
);
|
| [Java] |
|---|
public double getForwardFlightCl0();
public void setForwardFlightCl0(
double
);
|
| [Python - STK API] |
|---|
@property
def ForwardFlightCl0(self) -> float:
@ForwardFlightCl0.setter
def ForwardFlightCl0(self, newVal:float) -> None:
|
See Also