Gets or sets the lift coefficient for the second design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property CL_2() As Double |
[C#] |
---|
public double CL_2 {get; set;} |
[Managed C++] |
---|
public: __property double get_CL_2(); |
[Unmanaged C++] |
---|
public: HRESULT get_CL_2( double * pVal ); public: HRESULT put_CL_2( double newVal ); |
[Java] |
---|
public double getCL_2(); public void setCL_2( double ); |