Skip to content

Commit

Permalink
convert content to md
Browse files Browse the repository at this point in the history
  • Loading branch information
SphinxKnight authored and sashasushko committed Oct 11, 2022
1 parent de3ba24 commit b1f3523
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 18 deletions.
44 changes: 28 additions & 16 deletions files/ru/web/xpath/functions/floor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,31 @@ slug: Web/XPath/Functions/floor
translation_of: Web/XPath/Functions/floor
original_slug: Web/XPath/Funkcje/floor
---
<p>{{ XsltRef() }}</p>
<p><br>
Функция <code>floor</code> принимает десятичное число и возвращает наибольшее целое, меньшее или равное исходному.</p>
<h3 id="Syntax">Синтаксис</h3>
<pre class="eval">floor( <em>number</em> )
</pre>
<h3 id="Arguments">Аргументы</h3>
<dl><dt><code><em>number</em></code> </dt><dd>Десятичное число<br>
</dd></dl>
<h3 id="Returns">Возвращаемое значение</h3>
<p>Ближайшее целое, меньшее или равное <code><em>number</em></code>.</p>
<h3 id="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">Поддержка 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>
{{ XsltRef() }}

Функция `floor` принимает десятичное число и возвращает наибольшее целое, меньшее или равное исходному.

### Синтаксис

```
floor( number )
```

### Аргументы

- `number`
- : Десятичное число

### Возвращаемое значение

Ближайшее целое, меньшее или равное `number`.

### Определено

[XPath 1.0 4.4](http://www.w3.org/TR/xpath#function-floor)

### Поддержка Gecko

Поддерживается

{{ languages( { "fr": "fr/XPath/Fonctions/floor", "ja": "ja/XPath/Functions/floor", "pl": "pl/XPath/Funkcje/floor", "en": "en/XPath/Fonctions/floor" } ) }}
2 changes: 1 addition & 1 deletion files/ru/web/xpath/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ slug: Web/XPath/Functions
translation_of: Web/XPath/Functions
original_slug: Web/XPath/Funkcje
---
<p>This page was auto-generated because a user created a sub-page to this page.</p>
This page was auto-generated because a user created a sub-page to this page.
2 changes: 1 addition & 1 deletion files/ru/web/xpath/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: XPath
slug: Web/XPath
translation_of: Web/XPath
---
<p>This page was auto-generated because a user created a sub-page to this page.</p>
This page was auto-generated because a user created a sub-page to this page.

0 comments on commit b1f3523

Please sign in to comment.