CelsiusToFahrenheit

double CelsiusToFahrenheit (double celsius);

Purpose

This function converts from Celsius degrees to Fahrenheit degrees.

Parameters

Input
Name Type Description
celsius double Pass the value in units of Celsius to convert to units of Fahrenheit.

Return Value

Name Type Description
fahrenheit double Returns the converted value in Fahrenheit degrees.