A smoothing constant for the performance of control surfaces.
Read-write property
[Visual Basic .NET] |
---|
Public Property ControlTimeConstant() As Double |
[C#] |
---|
public double ControlTimeConstant {get; set;} |
[Managed C++] |
---|
public: __property double get_ControlTimeConstant(); |
[Unmanaged C++] |
---|
public: HRESULT get_ControlTimeConstant( double * pVal ); public: HRESULT put_ControlTimeConstant( double newVal ); |
[Java] |
---|
public double getControlTimeConstant(); public void setControlTimeConstant( double ); |