--- title: floor slug: Web/XPath/Functions/floor tags: - Fonction - Reference - Référence_XSLT - XPath - XSLT translation_of: Web/XPath/Functions/floor original_slug: Web/XPath/Fonctions/floor --- {{ XsltRef() }} La fonction `floor` évalue un nombre décimal et retourne le plus grand nombre entier inférieur ou égal au nombre évalué. ### Syntaxe floor(nombre ) ### Arguments - `nombre` - : Le nombre décimal à évaluer. ### Retour Le plus grand nombre entier inférieur ou égal à `nombre`. ### Définition [XPath 1.0, section 4.4](http://www.w3.org/TR/xpath#function-floor). ### Support Gecko Supportée.