ktof
From DavinciWiki
(Redirected from Ktof)
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Convert Kelvin to Fahrenheit.
Arguments and Return Values Arguments: Any numeric array containing temperatures in Kelvin Return Value: Input array converted to Fahrenheit
Usage Syntax: ktof(temperatures)
Examples dv> ktof(448) 346.730 dv> ktof(273.15) 32.0000 dv> temps = 301.4//342.5//287.9 3x1x1 array of float, bsq format [12 bytes] 301.400 342.500 287.900 dv> tempsK = ktof(temps) 3x1x1 array of float, bsq format [12 bytes] 82.8500 156.830 58.5500 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-30-2010 |