- This wiki is out of date, use the continuation of this wiki instead
Atof
From FenixWiki
(Difference between revisions)
Revision as of 16:54, 31 August 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''FLOAT''' atof ( <'''STRING''' str> ) Returns the float value of the number specified in a certain string. == Parameters == ...) ← Previous diff |
Revision as of 16:56, 31 August 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 5: | Line 5: | ||
'''FLOAT''' atof ( <'''STRING''' str> ) | '''FLOAT''' atof ( <'''STRING''' str> ) | ||
- | Returns the float value of the number specified in a certain string. | + | Returns the [[float]] value of the number specified in a certain [[string]]. |
== Parameters == | == Parameters == |
Revision as of 16:56, 31 August 2007
Definition
FLOAT atof ( <STRING str> )
Returns the float value of the number specified in a certain string.
Parameters
STRING str | - The string specifying a number of which the float value will be returned. |
Returns
FLOAT : The float value of the number specified by the specified string.