Atof(): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added source of function name)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:atof}}
==float '''atof'''(const char *)==
==float '''atof'''(const char *)==
(from '''a'''scii '''to''' '''f'''loat)
This function, named for the phrase "'''a'''scii '''to''' '''f'''loat," parses a string argument into its [[float]] representation.
This function parses a string argument into its [[float]] representation.
[[Category:Helpers]]
[[Category:Helpers]]
[[Category:Functions]]

Latest revision as of 01:15, 30 November 2011

float atof(const char *)

This function, named for the phrase "ascii to float," parses a string argument into its float representation.