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.
integer Ceil( a )
int agk::Ceil( float a )