ftoc
From DavinciWiki
(Redirected from Ftoc)
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Convert Fahrenheit to Celsius.
Arguments and Return Values Arguments: Any numeric array Return Value: Input array converted to Celcius
Usage Syntax: ftoc(temperatures)
Examples dv> ftoc(-40) -40.0000 dv> ftoc(19) -7.22222 dv> a 3x1x1 array of float, bsq format [12 bytes] 64.0470 52.8969 28.7229 dv> ftoc(a) 3x1x1 array of float, bsq format [12 bytes] 17.8039 11.6094 -1.82059 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-30-2010 |