RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdConvs.FahrenheitToCelsius Function

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

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

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

 

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