Difference between revisions of "Ceil"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns the smallest integral value that is not less than the given number. </onlyinclude> <syntaxhighlight lang="cpp"> float Ceil(float x) </syntaxhighlight> [[Ca...")
(No difference)

Revision as of 17:52, 22 August 2012

Returns the smallest integral value that is not less than the given number.

float Ceil(float x)