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