Navigation: Function Reference > General Utility Functions > ceil()

ceil()

Top  Previous  Next

ceil( number: Extended ) : Integer;

 

Rounds number to positive infinity and returns the nearest whole integer number.

 

Parameters

 

number

floating point numeric value

 

myInt := ceil( 5.2 );