Description
Gets or sets the gain offset value.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property GainOffset() As Double
|
[C#] |
public double GainOffset {get; set;}
|
[Managed C++] |
public: __property double get_GainOffset();
public: __property void set_GainOffset(
double
);
|
[Unmanaged C++] |
public: HRESULT get_GainOffset(
double * pRetVal
);
public: HRESULT put_GainOffset(
double NewGainOffset
);
|
[Java] |
public double getGainOffset();public void setGainOffset(
double
);
|
See Also