Converts a temperature expressed in degrees Celsius to the corresponding temperature in degrees Fahrenheit.
function CelsiusToFahrenheit(const AValue: Double): Double;
Double CelsiusToFahrenheit(const Double AValue);
StdConvs
Call CelsiusToFahrenheit to convert the temperature specified by AValue, which is in degrees Celsius, to the corresponding temperature in degrees Fahrenheit.
Convert
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|