Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:ceiling

Return smallest integer not smaller than its argument.


Syntax

fn:ceiling(double? $number) => double?

Top of page

Description

This function returns the smallest integer that is not smaller than the value of $number. If the argument is the empty sequence, it returns the empty sequence. If the argument is a literal, then the literal must be a valid lexical form of its type.

Top of page

Argument

$number

double-precision number

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page