JCL Help:CelsiusToFahrenheit

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a temperature from Celsius to Fahrenheit.


Pascal

 function CelsiusToFahrenheit(const Temperature: Float): Float;


Parameters

Parameters Description
T The temperature, in Celsius, to convert to Fahrenheit.


Return Value

The temperature after conversion to degrees Fahrenheit.


Description

The CelsiusToFahrenheit routine converts the specified temperature from degrees Celsius to degrees Fahrenheit. Have a look at the source. It has been implemented to be an example of selfdocumenting code.


About

Unit

JclUnitConv


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page