Q_Ceil()
Syntax
pointer.qfloat = Q_Ceil(n.qfloat [, result.qfloat])
Description
Rounds n up toward the next integer number, i.e. 1.6 will become 2 The result is stored in n or, if the optional parameter is given, in result.