diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:05 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:05 +0100 |
commit | c058fa0fb22dc40ef0225b21a97578cddd0aaffa (patch) | |
tree | df20f8b4c724b61cb9c34cdb450a7ac77d690bd0 /files/ru/web/xpath/functions/floor/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.gz translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.bz2 translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.zip |
unslug ru: move
Diffstat (limited to 'files/ru/web/xpath/functions/floor/index.html')
-rw-r--r-- | files/ru/web/xpath/functions/floor/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ru/web/xpath/functions/floor/index.html b/files/ru/web/xpath/functions/floor/index.html new file mode 100644 index 0000000000..9679445bcf --- /dev/null +++ b/files/ru/web/xpath/functions/floor/index.html @@ -0,0 +1,21 @@ +--- +title: Floor +slug: Web/XPath/Funkcje/floor +translation_of: Web/XPath/Functions/floor +--- +<p>{{ XsltRef() }}</p> +<p><br> + Функция <code>floor</code> принимает десятичное число и возвращает наибольшое целое, меньшее или равное исходному.</p> +<h3 id="Syntax" name="Syntax">Синтаксис</h3> +<pre class="eval">floor( <em>number</em> ) +</pre> +<h3 id="Arguments" name="Arguments">Аргументы</h3> +<dl><dt><code><em>number</em></code> </dt><dd>Десятичное число<br> +</dd></dl> +<h3 id="Returns" name="Returns">Возвращаемое значение</h3> +<p>Ближайшее целое, меньшее или равное <code><em>number</em></code>.</p> +<h3 id="Defined" name="Defined">Определено</h3> +<p><a href="http://www.w3.org/TR/xpath#function-floor" class="external">XPath 1.0 4.4</a></p> +<h3 id="Gecko_support" name="Gecko_support">Поддержка Gecko</h3> +<p>Поддерживается</p> +<p>{{ languages( { "fr": "fr/XPath/Fonctions/floor", "ja": "ja/XPath/Functions/floor", "pl": "pl/XPath/Funkcje/floor", "en": "en/XPath/Fonctions/floor" } ) }}</p> |