Method | Description | |
---|---|---|
FromCelsius ( int low, int high ) : |
||
FromFahrenheit ( int low, int high ) : |
||
FromKelvin ( int low, int high ) : |
||
TempratureRange ( |
public static FromCelsius ( int low, int high ) : |
||
low | int | |
high | int | |
return |
public static FromFahrenheit ( int low, int high ) : |
||
low | int | |
high | int | |
return |
public static FromKelvin ( int low, int high ) : |
||
low | int | |
high | int | |
return |
public TempratureRange ( |
||
low | ||
high |