ftok

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (Ftok moved to ftok)
Line 6: Line 6:
 
Return Value: Input array converted to Kelvin
 
Return Value: Input array converted to Kelvin
 
|
 
|
Syntax: ftok(object)
+
[[Syntax]]: ftok(temperatures)
 
|
 
|
 
  dv> ftok(107)
 
  dv> ftok(107)

Revision as of 10:34, 27 March 2006


Description

Convert Fahrenheit to Kelvin.

Arguments and Return Values

Arguments: Any numeric array

Return Value: Input array converted to Kelvin

Usage

Syntax: ftok(temperatures)

Examples

dv> ftok(107)
314.817

dv> ftok(-40)
233.150

dv> a
3x1x1 array of float, bsq format [12 bytes]
64.0470 52.8969 28.7229

dv> ftok(a)
3x1x1 array of float, bsq format [12 bytes]
290.954 284.759 271.329

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: 01-17-2008

Personal tools