Get the ratio of the brightest signal to the noise floor.
Read-only property
[Visual Basic .NET] |
---|
Public Property DynamicRange() As Double |
[C#] |
---|
public double DynamicRange {get;} |
[Managed C++] |
---|
public: __property double get_DynamicRange(); |
[Unmanaged C++] |
---|
public: HRESULT get_DynamicRange( double * pVal ); |
[Java] |
---|
public double getDynamicRange(); |