Previous: Ceil function To the Table of Content Next: ChgSign function

- 4.45.2.14 -
Standard Units
Math Unit
Math Unit Procedures and Functions

CelsToFahr function

Targets: MS-DOS, OS/2, Win32


Math Unit

Converts Celsius to Fahrenheit.

Declaration:
function CelsToFahr(Celsius: Extended): Extended;
Remarks:
Use CelsToFahr to convert temperature measured in Celsius into Fahrenheit. CelsToFahr uses the formula
   Celsius * 9.0 / 5.0 + 32.0



Previous: Ceil function To the Table of Content Next: ChgSign function
Ceil function Table of Content ChgSign function

- 4.45.2.14 -