ItuRP676AtmosphericValues 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 ItuRP676AtmosphericValues(
double pressure,
double waterVaporPressure,
double temperature
)
Public Sub New (
pressure As Double,
waterVaporPressure As Double,
temperature As Double
)
public:
ItuRP676AtmosphericValues(
double pressure,
double waterVaporPressure,
double temperature
)
new :
pressure : float *
waterVaporPressure : float *
temperature : float -> ItuRP676AtmosphericValues
Parameters
- pressure
- Type: SystemDouble
The computed pressure at the given location, in pascals. - waterVaporPressure
- Type: SystemDouble
The computed water-vapor pressure at the given location, in pascals. - temperature
- Type: SystemDouble
The computed temperature at the given location, in kelvin.
See Also