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