JCL Help:FahrenheitToCelsius

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a temperature from Fahrenheit to Celsius.


Pascal

 function FahrenheitToCelsius(const Temperature: Float): Float;


Parameters

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


Return Value

The temperature after conversion to degrees Celsius.


Description

The FahrenheitToCelsius routine converts the specified temperature from degrees Fahrenheit to degrees Celsius. 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