ParseFloat

From King Arthur's Gold Wiki
Revision as of 19:18, 22 August 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)