Mapping of density uncertainty goes as K^(1/n).
Read-write property
[Visual Basic .NET] |
---|
Public Property DensityRatioRoot() As Double |
[C#] |
---|
public double DensityRatioRoot {get; set;} |
[Managed C++] |
---|
public: __property double get_DensityRatioRoot(); |
[Unmanaged C++] |
---|
public: HRESULT get_DensityRatioRoot( double * pVal ); public: HRESULT put_DensityRatioRoot( double InVal ); |
[Java] |
---|
public double getDensityRatioRoot(); public void setDensityRatioRoot( double ); |