Atof(): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added source of function name)
mNo edit summary
Line 1: Line 1:
==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]]

Revision as of 17:09, 20 May 2006

float atof(const char *)

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