Sensitivity or Saturation Equivalent value.
Read-write property
[Visual Basic .NET] |
---|
Public Property EquivalentValue() As Double |
[C#] |
---|
public double EquivalentValue {get; set;} |
[Managed C++] |
---|
public: __property double get_EquivalentValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_EquivalentValue( double * pVal ); public: HRESULT put_EquivalentValue( double newVal ); |
[Java] |
---|
public double getEquivalentValue(); public void setEquivalentValue( double ); |