Skip to content

llCeil

function ll.Ceil(Value: number): number

Returns smallest integer value >= Value.

Parameters
Value (number)

Add example usage here showing SLua/Luau syntax with ll.Ceil().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.