From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/xpath/functions/ceiling/index.html | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/fr/web/xpath/functions/ceiling/index.html (limited to 'files/fr/web/xpath/functions/ceiling/index.html') diff --git a/files/fr/web/xpath/functions/ceiling/index.html b/files/fr/web/xpath/functions/ceiling/index.html new file mode 100644 index 0000000000..ca27303779 --- /dev/null +++ b/files/fr/web/xpath/functions/ceiling/index.html @@ -0,0 +1,36 @@ +--- +title: ceiling +slug: Web/XPath/Fonctions/ceiling +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/ceiling +--- +

+{{ XsltRef() }} +


+La fonction ceiling évalue un nombre décimal et retourne le plus petit nombre entier supérieur ou égal au nombre évalué. +

+

Syntaxe

+
ceiling( nombre )
+
+

Arguments

+
nombre +
Le nombre décimal à évaluer. +
+

Retour

+

Le plus petit entier supérieur ou égal à nombre. +

Par exemple : +

+
ceiling (5.2) = 6
+ceiling (-5.2) = -5 +
+

Définition

+

XPath 1.0, section 4.4. +

+

Support Gecko

+

Supportée. +

Interwiki Languages Links +

+
+
+{{ languages( { "en": "en/XPath/Functions/ceiling", "ja": "ja/XPath/Functions/ceiling", "pl": "pl/XPath/Funkcje/ceiling" } ) }} -- cgit v1.2.3-54-g00ecf