RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdConvs.CelsiusToFahrenheit Function

Converts a temperature expressed in degrees Celsius to the corresponding temperature in degrees Fahrenheit.

Pascal
function CelsiusToFahrenheit(const AValue: Double): Double;
C++
Double CelsiusToFahrenheit(const Double AValue);

Call CelsiusToFahrenheit to convert the temperature specified by AValue, which is in degrees Celsius, to the corresponding temperature in degrees Fahrenheit. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!