Ceil

Description

Rounds a float to the next highest integer. This differs from Trunc when using positive numbers, Trunc( 1.6 ) is 1 but Ceil( 1.6 ) is 2.

Definition

integer Ceil( a )

Parameters