Gets or sets the lift coefficient for the fourth design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property CL_4() As Double |
[C#] |
---|
public double CL_4 {get; set;} |
[Managed C++] |
---|
public: __property double get_CL_4(); |
[Unmanaged C++] |
---|
public: HRESULT get_CL_4( double * pVal ); public: HRESULT put_CL_4( double newVal ); |
[Java] |
---|
public double getCL_4(); public void setCL_4( double ); |