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/round/index.html | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/fr/web/xpath/functions/round/index.html (limited to 'files/fr/web/xpath/functions/round') diff --git a/files/fr/web/xpath/functions/round/index.html b/files/fr/web/xpath/functions/round/index.html new file mode 100644 index 0000000000..3383b0f74c --- /dev/null +++ b/files/fr/web/xpath/functions/round/index.html @@ -0,0 +1,35 @@ +--- +title: round +slug: Web/XPath/Fonctions/round +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/round +--- +

+{{ XsltRef() }} +


+La fonction round retourne le nombre entier le plus proche d'un nombre donné. +

+

Syntaxe

+
round( décimal )
+
+

Arguments

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

Retour

+

Le plus proche nombre entier, qu'il soit plus grand, plus petit ou égal à decimal. +

+

Notes

+ +

Définition

+

XPath 1.0, section 4.4. +

+

Support Gecko

+

Supportée. +

Interwiki Languages Links +

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