Show: Delphi C++
Display Preferences

System.StdConvs.CelsiusToFahrenheit

From XE2 API Documentation
Jump to: navigation, search

Delphi

function CelsiusToFahrenheit(const AValue: Double): Double;

C++

extern PACKAGE double __fastcall CelsiusToFahrenheit(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 Celsius to the corresponding temperature in degrees Fahrenheit.

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

See Also

Personal tools
Previous Versions
Translations