KelvinToCelsius
double KelvinToCelsius (double kelvin);
Purpose
This function converts from Kelvin degrees to Celsius degrees.
Parameters
| Input | ||
| Name | Type | Description |
| kelvin | double | Pass the value in units of Kelvin 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