Click or drag to resize

ItuRP676AtmosphericValues Structure

Contains the atmospheric values required by the ITU-R P.676 atmospheric attenuation model.

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 struct ItuRP676AtmosphericValues

The ItuRP676AtmosphericValues type exposes the following members.

Constructors
  NameDescription
Public methodItuRP676AtmosphericValues
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyPressure
Gets the pressure at the given location, in pascals.
Public propertyTemperature
Gets the temperature at the given location, in kelvin.
Public propertyWaterVaporPressure
Gets the water-vapor partial pressure at the given location, in pascals.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also