MIST celsiusToFahrenheit

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.celsiusToFahrenheit| |vNum = Mist 4.4 |desc= Returns the value of the specified temperature in Celsius and converts it to Fahrenheit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


mist.utils.celsiusToFahrenheit

Added with: Mist 4.4
Description
Returns the value of the specified temperature in Celsius and converts it to Fahrenheit
Syntax
number mist.utils.celsiusToFahrenheit(number Celsius )
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