diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:26:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:26:59 +0100 |
commit | 7a94b4d8daf297eda6df8e5cf933f7ba159bbc76 (patch) | |
tree | c8c8a36c41beda7a4c150927b2b5c7d2a09837bd /files/pl/web/xpath/functions/ceiling/index.html | |
parent | ab718192b92d5cc38c1114e055a435a6de7dd8ef (diff) | |
parent | b8170f78422f2269dfc9df7760cc1ad51c048c00 (diff) | |
download | translated-content-7a94b4d8daf297eda6df8e5cf933f7ba159bbc76.tar.gz translated-content-7a94b4d8daf297eda6df8e5cf933f7ba159bbc76.tar.bz2 translated-content-7a94b4d8daf297eda6df8e5cf933f7ba159bbc76.zip |
Merge pull request #38 from fiji-flo/unslugging-pl
Unslugging pl
Diffstat (limited to 'files/pl/web/xpath/functions/ceiling/index.html')
-rw-r--r-- | files/pl/web/xpath/functions/ceiling/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/files/pl/web/xpath/functions/ceiling/index.html b/files/pl/web/xpath/functions/ceiling/index.html new file mode 100644 index 0000000000..47e158b830 --- /dev/null +++ b/files/pl/web/xpath/functions/ceiling/index.html @@ -0,0 +1,37 @@ +--- +title: ceiling +slug: Web/XPath/Functions/ceiling +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - XSLT:Dokumentacje +translation_of: Web/XPath/Functions/ceiling +original_slug: Web/XPath/Funkcje/ceiling +--- +<p> +{{ XsltRef() }} +</p><p><br> +Funkcja <code>ceiling</code> ocenia liczbę dziesiętną i zwraca najmniejszą liczbę całkowitą większą lub równą podanej liczbie dziesiętnej. </p> +<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3> +<pre class="eval">ceiling( <i>liczba</i> ) +</pre> +<h3 id="Argumenty" name="Argumenty"> Argumenty </h3> +<dl><dt><code><i>liczba</i></code> +</dt><dd>Oceniana liczba. +</dd></dl> +<h3 id="Zwraca" name="Zwraca"> Zwraca </h3> +<p>Najbliższą liczbę całkowitą większą lub równą <code><i>liczba</i></code>. +</p> +<p>Przykładowo:</p> +<p><code> ceiling (<i>5.2</i>)</code> = <var>6</var></p> +<p><code> ceiling (<i>-5.2</i>)</code> = <var>-5</var></p> +<h3 id="Definicja" name="Definicja"> Definicja </h3> +<p><a href="http://www.w3.org/TR/xpath#function-ceiling" class="external">XPath 1.0 4.4</a> +</p> +<h3 id="Gecko" name="Gecko"> Gecko </h3> +<p>Obsługuje. +</p> +<div class="noinclude"> +</div> +{{ languages( { "en": "en/XPath/Functions/ceiling", "fr": "fr/XPath/Fonctions/ceiling", "ja": "ja/XPath/Functions/ceiling" } ) }} |