Click or drag to resize

ItuRP676AtmosphericValues Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ItuRP676AtmosphericValues(
	double pressure,
	double waterVaporPressure,
	double temperature
)

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