F64_Ceil()
Syntax
pointer.double = F64_Ceil(n.double [, result.double])
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.