up Inquisit Language Reference

ceil function

Rounds the argument up to the nearest integer

Member of

<global>

Syntax

ceil(argument)

Return Type

integer

Parameters

Name Type Description
argument number The argument to round up.

Remarks

Examples

<expressions>
top = return ceil(23.01)
</expressions> //returns '24'

Copyright Millisecond Software, LLC. All rights reserved.