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 * pVal
);
public: HRESULT put_DecayFactor(
double val
);
|
| [Java] |
|---|
public double getDecayFactor();
public void setDecayFactor(
double
);
|
| [Python - STK API] |
|---|
@property
def DecayFactor(self) -> float:
@DecayFactor.setter
def DecayFactor(self, val:float) -> None:
|
See Also