Difference between revisions of "FormatFloat"

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

Latest revision as of 19:14, 22 August 2012

Returns a formatted string representation of the given float.


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

string formatFloat(double val, const string &options, uint width = 0, uint precision = 0)