Click or drag to resize

ItuRP835ComputedValues Structure

Contains the values computed by the ITU-R P.835 atmosphere 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 ItuRP835ComputedValues

The ItuRP835ComputedValues type exposes the following members.

Constructors
  NameDescription
Public methodItuRP835ComputedValues
Constructs a a container to hold the values computed by the ITU-R P.835 atmosphere model.
Top
Properties
  NameDescription
Public propertyPressure
Gets the computed pressure at the given altitude, in pascals.
Public propertyPressureHectoPascal
Gets the computed pressure at the given altitude, in hectopascals.
Public propertyTemperature
Gets the computed temperature at the given altitude, in kelvin.
Public propertyWaterVaporPressure
Gets the computed water-vapor pressure at the given altitude, in pascals.
Public propertyWaterVaporPressureHectoPascal
Gets the computed water-vapor pressure at the given altitude, in hectopascals.
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