Click or drag to resize

ItuRP840AtmosphericValues Structure

Contains the atmospheric values required by the ITU-R P.840 cloud and fog 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 ItuRP840AtmosphericValues

The ItuRP840AtmosphericValues type exposes the following members.

Constructors
  NameDescription
Public methodItuRP840AtmosphericValues
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyLiquidWaterDensity
Gets the liquid water density at the given location, in g/m3.
Public propertyTemperature
Gets the temperature at the given location, in kelvin.
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