FahrenheitToCelsius
double FahrenheitToCelsius (double fahrenheit);
Purpose
This function converts from Fahrenheit degrees to Celsius degrees.
Parameters
| Input | ||
| Name | Type | Description |
| fahrenheit | double | Pass the value in units of Fahrenheit to convert to units of Celsius. |
Return Value
| Name | Type | Description |
| celsius | double | Returns the converted value in Celsius degrees. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later