C# Class Com.Aurora.AuWeather.Models.TempratureRange

Show file Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
FromCelsius ( int low, int high ) : TempratureRange
FromFahrenheit ( int low, int high ) : TempratureRange
FromKelvin ( int low, int high ) : TempratureRange
TempratureRange ( Temperature low, Temperature high )

Method Details

FromCelsius() public static method

public static FromCelsius ( int low, int high ) : TempratureRange
low int
high int
return TempratureRange

FromFahrenheit() public static method

public static FromFahrenheit ( int low, int high ) : TempratureRange
low int
high int
return TempratureRange

FromKelvin() public static method

public static FromKelvin ( int low, int high ) : TempratureRange
low int
high int
return TempratureRange

TempratureRange() public method

public TempratureRange ( Temperature low, Temperature high )
low Temperature
high Temperature