aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/floor/index.html
blob: 2d626826a4cebc450e3c5e3553d31779535fdf0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: floor
slug: Web/XPath/Functions/floor
tags:
  - XSLT
  - XSLT_Reference
translation_of: Web/XPath/Functions/floor
---
<p>{{ XsltRef() }}</p>

<p><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>評価する小数。</dd>
</dl>

<h3 id="Returns">返値</h3>

<p><code><em>number</em></code> 以下の最も近い整数。</p>

<h3 id="Defined">定義</h3>

<p><a href="https://www.w3.org/TR/xpath#function-floor">XPath 1.0 4.4</a></p>

<h3 id="Gecko_support">Gecko での対応</h3>

<p>対応済み。</p>