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