Difference between revisions of "Ceil"
Jump to navigation
Jump to search
imported>DragoonWraith (OBSE) |
imported>WereWolf m |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
*Performs the same function as this does: [[Ceiling and Floor]] | |||
'''Syntax:''' | '''Syntax:''' | ||
ceil [float] | ceil [float] | ||
Returns the nearest whole number above a number | Returns the nearest whole number above a number. | ||
==Example== | ==Example== | ||
Line 16: | Line 18: | ||
*[[floor]] | *[[floor]] | ||
[[Category: OBSE | [[Category: Functions]] | ||
[[Category: | [[Category: Functions (OBSE)]] | ||
[[Category:Math_Functions]] | |||
[[Category:Math_Functions (OBSE)]] |
Latest revision as of 10:42, 9 September 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[edit | edit source]
set n to ceil 5.234
n = 6