ctof

From DavinciWiki
Jump to: navigation, search

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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Library Changes

Created On: 02-15-2006
Modified On: 07-30-2010

Personal tools