Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:floor

Return largest integer not greater than its argument.


Syntax

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

Top of page

Description

This function returns the largest integer that is not greater 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