Description
Gets or sets the gain/loss value.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Gain() As Double
|
| [C#] |
|---|
public double Gain {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Gain(); public: __property void set_Gain(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Gain(
double * pVal
);
public: HRESULT put_Gain(
double val
);
|
| [Java] |
|---|
public double getGain();
public void setGain(
double
);
|
| [Python - STK API] |
|---|
@property
def Gain(self) -> float:
@Gain.setter
def Gain(self, val:float) -> None:
|
See Also