Show / Hide Table of Contents

Class TemperatureInformation

Temperature Information

Inheritance
object
TemperatureInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public class TemperatureInformation

Properties

View Source

DewpointC

Dewpoint in Degrees Celsius

Declaration
public double? DewpointC { get; set; }
Property Value
Type Description
double?
View Source

TemperatureC

Temperature in Degrees Celsius

Declaration
public double? TemperatureC { get; set; }
Property Value
Type Description
double?
  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited