diff options
Diffstat (limited to 'files/ru/web/xpath/functions')
-rw-r--r-- | files/ru/web/xpath/functions/floor/index.html | 21 | ||||
-rw-r--r-- | files/ru/web/xpath/functions/index.html | 6 |
2 files changed, 27 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> diff --git a/files/ru/web/xpath/functions/index.html b/files/ru/web/xpath/functions/index.html new file mode 100644 index 0000000000..9755985bd5 --- /dev/null +++ b/files/ru/web/xpath/functions/index.html @@ -0,0 +1,6 @@ +--- +title: Funkcje +slug: Web/XPath/Funkcje +translation_of: Web/XPath/Functions +--- +<p>This page was auto-generated because a user created a sub-page to this page.</p> |