RAD Studio VCL Reference
|
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);
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!
|