Description
The degradation factor is (1-x%/yr)^(timeSinceRefEpoch)
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PercentDegradationPerYear() As Double
|
| [C#] |
|---|
public double PercentDegradationPerYear {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_PercentDegradationPerYear(); public: __property void set_PercentDegradationPerYear(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PercentDegradationPerYear(
double * pVal
);
public: HRESULT put_PercentDegradationPerYear(
double InVal
);
|
| [Java] |
|---|
public double getPercentDegradationPerYear();
public void setPercentDegradationPerYear(
double
);
|
| [Python - STK API] |
|---|
@property
def PercentDegradationPerYear(self) -> float:
@PercentDegradationPerYear.setter
def PercentDegradationPerYear(self, InVal:float) -> None:
|
See Also