- This wiki is out of date, use the continuation of this wiki instead
Atof
From FenixWiki
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.