floor

The floor function evaluates a decimal number and returns the largest integer less than or equal to the decimal number.

Syntax

floor( number )

Parameters

number

The decimal number to be evaluated.

Return value

The nearest integer less than or equal to number.

Specifications

XPath 1.0 4.4

Gecko support

Supported.