Gets or sets the decay factor.
Read-write property
[Visual Basic .NET] |
---|
Public Property DecayFactor() As Double |
[C#] |
---|
public double DecayFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_DecayFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_DecayFactor( double * pVal ); public: HRESULT put_DecayFactor( double val ); |
[Java] |
---|
public double getDecayFactor(); public void setDecayFactor( double ); |