System.StdConvs.FahrenheitToCelsius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FahrenheitToCelsius(const AValue: Double): Double;

C++

extern DELPHI_PACKAGE double __fastcall FahrenheitToCelsius(const double AValue);

Properties

Type Visibility Source Unit Parent
function public
System.StdConvs.pas
System.StdConvs.hpp
System.StdConvs System.StdConvs

Description

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

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

See Also