Ceil

Revision as of 09:02, 11 June 2007 by imported>JBurgess (de-spammed)

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