ktof
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions, Source Supported Under Version: >1.00
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 Library Changes Created On: 02-15-2006 |