Admin Production ni-theme
Current Publication

CelsiusToFahrenheit

LabWindows/CVI

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.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later