A command for Oblivion Script Extender

Syntax:

ceil [float]

Returns the nearest whole number above a number.

ExampleEdit

set n to ceil 5.234

n = 6

See AlsoEdit