Difference between revisions of "MIST FahrenheitToCelsius"

From DCS World Wiki - Hoggitworld.com
(Created page with "{{Mission Scripting |fName= mist.utils.fahrenheitToCelsius| |vNum = Mist 4.4 |desc= Returns the value of the specified temperature in fahrenheit and converts it to Celsius|...")
 
(No difference)

Latest revision as of 08:29, 13 April 2018


mist.utils.fahrenheitToCelsius

Added with: Mist 4.4
Description
Returns the value of the specified temperature in fahrenheit and converts it to Celsius
Syntax
number mist.utils.fahrenheitToCelsius(number Fahrenheit )
Valid Input Values:
Return value:
number
Return example:
Usage Examples:
Notes:
See Google Unit converter. [1]
Related Functions
converter, toDegree, toRadian, round, roundTbl, metersToNM, metersToFeet, NMToMeters, feetToMeters, mpsToKnots, mpsToKmph, knotsToMps, kmphToMps, kelvinToCelsius, FahrenheitToCelsius, celsiusToFahrenheit, hexToRGB

Scripting Engine

MIST Root Page