Atof(): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=atof}}
==float '''atof'''(const char *)==
==float '''atof'''(const char *)==
This function, named for the phrase "'''a'''scii '''to''' '''f'''loat," parses a string argument into its [[float]] representation.
This function, named for the phrase "'''a'''scii '''to''' '''f'''loat," parses a string argument into its [[float]] representation.
[[Category:Helpers]]
[[Category:Helpers]]
[[Category:Functions]]
[[Category:Functions]]

Revision as of 16:46, 11 October 2006

Template:Wrongtitle

float atof(const char *)

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