From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/web/xpath/funkcje/round/index.html | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/pl/web/xpath/funkcje/round/index.html (limited to 'files/pl/web/xpath/funkcje/round') diff --git a/files/pl/web/xpath/funkcje/round/index.html b/files/pl/web/xpath/funkcje/round/index.html new file mode 100644 index 0000000000..8f9d827b74 --- /dev/null +++ b/files/pl/web/xpath/funkcje/round/index.html @@ -0,0 +1,36 @@ +--- +title: round +slug: Web/XPath/Funkcje/round +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XPath/Functions/round +--- +

+{{ XsltRef() }} +


+Funkcja round zwraca liczbę będąca liczbą całkowitą najbliższą podanej.

+

Składnia

+
round( dziesiętna )
+
+

Argumenty

+
dziesiętna +
Liczba dziesiętna do zaokrąglenia. +
+

Zwraca

+

Najbliższą liczbę całkowitą mniejszą, większą bądź równą wartości dziesiętna. +

+

Uwagi

+ +

Definicja

+

XPath 1.0 4.4 +

+

Gecko

+

Obsługuje. +

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