double CelsiusToFahrenheit (double celsius);
This function converts from Celsius degrees to Fahrenheit degrees.
Input | ||
Name | Type | Description |
celsius | double | Pass the value in units of Celsius to convert to units of Fahrenheit. |
Name | Type | Description |
fahrenheit | double | Returns the converted value in Fahrenheit degrees. |