CT_FAHRENHEIT

 FAHRENHEIT()
 Converts a temperature value from Celsius into Fahrenheit
------------------------------------------------------------------------------
 Syntax

     FAHRENHEIT(<nCelsius>) --> nFahrenheit

 Argument

     <nCelsius> Designates a temperature in Celsius.

 Returns

     FAHRENHEIT() returns the converted temperature in degrees Fahrenheit.

 Description

     This function converts Celsius temperatures into Fahrenheit equivalents.

 Example

     Convert the following Celsius temperatures to Fahrenheit:

     FAHRENHEIT(12.5)            // Result:  54.5
     FAHRENHEIT(125.0)           // Result:  257
     FAHRENHEIT(1250.0)          // Result:  2282
     FAHRENHEIT(-155.0)          // Result:  -247

See Also: CELSIUS()

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.