Difference between revisions of "Round"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Rounds the given float to the nearest whole number, as an int. </onlyinclude> <syntaxhighlight lang="cpp"> int Round(float x) </syntaxhighlight> [[Category:Scripti...")
(No difference)

Revision as of 18:36, 22 August 2012

Rounds the given float to the nearest whole number, as an int.

int Round(float x)