Метод | Описание | |
---|---|---|
ConvertToCelsius ( this fahrenheit ) : float |
Converts a temperature in Celsius to Fahrenheit.
|
|
ConvertToFahrenheit ( this celsius ) : float |
Converts a temperature in Fahrenheit to Celsius.
|
public static ConvertToCelsius ( this fahrenheit ) : float | ||
fahrenheit | this | The temperature in Celsius. |
Результат | float |
public static ConvertToFahrenheit ( this celsius ) : float | ||
celsius | this | The temperature in Fahrenheit. |
Результат | float |