Difference between revisions of "Ceil"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 16:52, 22 August 2012
Returns the smallest integral value that is not less than the given number.
float Ceil(float x)