WeatherTemperatureLayer
USI.Core
A modeled regional temperature and dew-point level.
public sealed class WeatherTemperatureLayer : IEquatable<WeatherTemperatureLayer>Constructors
WeatherTemperatureLayer
public WeatherTemperatureLayer(Length AltitudeMeanSeaLevel, Temperature Temperature, Temperature DewPoint)A modeled regional temperature and dew-point level.
Properties
AltitudeMeanSeaLevel
public Length AltitudeMeanSeaLevel { get; set; }DewPoint
public Temperature DewPoint { get; set; }Temperature
public Temperature Temperature { get; set; }Methods
<Clone>$
public WeatherTemperatureLayer <Clone>$()Deconstruct
public void Deconstruct(Length AltitudeMeanSeaLevel, Temperature Temperature, Temperature DewPoint)Equals
public bool Equals(object obj)Equals
public bool Equals(WeatherTemperatureLayer other)GetHashCode
public int GetHashCode()ToString
public string ToString()