ctok
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions, Source Supported Under Version: >1.00
Description Convert Celsius to Kelvin.
Arguments and Return Values Arguments: Any numeric array containing temperatures in Celsius Return Value: Input array converted to Kelvin
Usage Syntax: ctok(object)
Examples dv> ctok(124) 397.150 dv> ctok(0) 273.150 dv> temps=23.4//56.7//44.8 3x1x1 array of float, bsq format [12 bytes] 23.4000 56.7000 44.8000 dv> tempsk=ctok(temps) 3x1x1 array of float, bsq format [12 bytes] 296.550 329.850 317.950 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Library Changes Created On: 02-15-2006 |