Description
The slope of the coefficient of lift curve.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ForwardFlightClAlpha() As Double
|
| [C#] |
|---|
public double ForwardFlightClAlpha {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ForwardFlightClAlpha(); public: __property void set_ForwardFlightClAlpha(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ForwardFlightClAlpha(
double * pVal
);
public: HRESULT put_ForwardFlightClAlpha(
double newVal
);
|
| [Java] |
|---|
public double getForwardFlightClAlpha();
public void setForwardFlightClAlpha(
double
);
|
| [Python - STK API] |
|---|
@property
def ForwardFlightClAlpha(self) -> float:
@ForwardFlightClAlpha.setter
def ForwardFlightClAlpha(self, newVal:float) -> None:
|
See Also