atof

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (Atof moved to atof)
 
Line 4: Line 4:
 
If the input is a TEXT array, then each line of the TEXT array is converted and an array of 1xNx1 values is returned.
 
If the input is a TEXT array, then each line of the TEXT array is converted and an array of 1xNx1 values is returned.
 
|
 
|
atof(STRING)
+
[[Syntax]]: atof(object = STRING)
 
|
 
|
 
   dv> k="98"
 
   dv> k="98"
Line 18: Line 18:
 
|
 
|
 
|}}
 
|}}
[[category:Davinci Core]]
 
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:Davinci Core]]
 
[[category:String Functions]]
 
[[category:String Functions]]

Latest revision as of 09:59, 23 March 2006



Description

The atof function converts the specified string to a FLOAT value.

Arguments and Return Values

If the input is a TEXT array, then each line of the TEXT array is converted and an array of 1xNx1 values is returned.

Usage

Syntax: atof(object = STRING)

Examples

 dv> k="98"
 "98"

 dv> j=atof(k)
 98.0000

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 03-23-2006

Personal tools