ctof
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions, Source Supported Under Version: >1.00
Description Convert Celsius to Fahrenheit.
Arguments and Return Values Arguments: Any numeric array Return Value: Input array converted to Fahrenheit
Usage Syntax: ctof(object)
Examples dv> ctof(124) 255.200 dv> ctof(0.0) 32.0000 dv> temps=23.4//56.7//44.8 3x1x1 array of float, bsq format [12 bytes] 23.4000 56.7000 44.8000 dv> tempsf=ctof(temps) 3x1x1 array of float, bsq format [12 bytes] 74.1200 134.060 112.640 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Library Changes Created On: 02-15-2006 |