Difference between revisions of "Ceil"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>TheImperialDragon
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:'''

Revision as of 20:22, 21 August 2006

A command for Oblivion Script Extender

Syntax:

ceil [float]

Returns the nearest whole number above a number

Example

set n to ceil 5.234

n = 6

See Also