ItuRP840AtmosphericValues Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 -> ItuRP840AtmosphericValues
Parameters
- 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