Gets or sets the read noise from the detectors in electrons.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReadNoise() As Double |
[C#] |
---|
public double ReadNoise {get; set;} |
[Managed C++] |
---|
public: __property double get_ReadNoise(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReadNoise( double * pVal ); public: HRESULT put_ReadNoise( double newVal ); |
[Java] |
---|
public double getReadNoise(); public void setReadNoise( double ); |