MIST FahrenheitToCelsius

From DCS World Wiki - Hoggitworld.com
Revision as of 08:29, 13 April 2018 by Grimes (talk | contribs) (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|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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