ItuRP840AtmosphericValues Constructor  | 
 Initializes a new instance.
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ItuRP840AtmosphericValues(
	double liquidWaterDensity,
	double temperature
)
Public Sub New ( 
	liquidWaterDensity As Double,
	temperature As Double
)
public:
ItuRP840AtmosphericValues(
	double liquidWaterDensity, 
	double temperature
)
new : 
        liquidWaterDensity : float * 
        temperature : float -> ItuRP840AtmosphericValuesParameters
- liquidWaterDensity
 - Type: SystemDouble
The computed liquid water density at the given location, in g/m3. - temperature
 - Type: SystemDouble
The computed temperature at the given location, in kelvin. 
See Also