ktof

From DavinciWiki
Jump to: navigation, search

Description

Convert Kelvin to Fahrenheit.

Arguments and Return Values

Arguments: Any numeric array containing temperatures in Kelvin

Return Value: Input array converted to Fahrenheit

Usage

Syntax: ktof(temperatures)

Examples

dv> ktof(448)
346.730

dv> ktof(273.15)
32.0000

dv> temps = 301.4//342.5//287.9
3x1x1 array of float, bsq format [12 bytes]
301.400 342.500 287.900

dv> tempsK = ktof(temps)
3x1x1 array of float, bsq format [12 bytes]
82.8500 156.830 58.5500

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