--- 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>