Gets or set the detector gain.
Read-write property
[Visual Basic .NET] |
---|
Public Property DetectorGain() As Double |
[C#] |
---|
public double DetectorGain {get; set;} |
[Managed C++] |
---|
public: __property double get_DetectorGain(); |
[Unmanaged C++] |
---|
public: HRESULT get_DetectorGain( double * pVal ); public: HRESULT put_DetectorGain( double val ); |
[Java] |
---|
public double getDetectorGain(); public void setDetectorGain( double ); |