Ceil

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

ceil [float]

Returns the nearest whole number above a number.

Example[edit | edit source]

set n to ceil 5.234

n = 6

See Also[edit | edit source]