Difference between revisions of "ParseFloat"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns a double from the given string representation of an float. </onlyinclude> See the following page for details: http://www.angelcode.com/angelscript/sdk/docs...")
 
(No difference)

Latest revision as of 19:18, 22 August 2012

Returns a double from the given string representation of an float.


See the following page for details: http://www.angelcode.com/angelscript/sdk/docs/manual/doc_datatypes_strings.html

double parseFloat(const string &in, uint &byteCount = 0)