Difference between revisions of "Ceil"
Jump to navigation
Jump to search
imported>Ai5F2o m |
imported>JBurgess (de-spammed) |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
*Performs the same function as this does: [[Ceiling and Floor]] | *Performs the same function as this does: [[Ceiling and Floor]] |
Revision as of 09:02, 11 June 2007
A command for Oblivion Script Extender
- Performs the same function as this does: Ceiling and Floor
Syntax:
ceil [float]
Returns the nearest whole number above a number
Example
set n to ceil 5.234
n = 6