Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ceiling


ceiling 関数は小数を評価し、その小数以上の最も小さい整数を返します。

構文

ceiling( number )

引数

number
評価する数値。

戻り値

number 以上の最も近い整数。

例:

    ceiling (5.2) = <var>6</var>

    ceiling (-5.2) = <var>-5</var>

定義

XPath 1.0 4.4

Gecko でのサポート

サポート済み。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: Shoot
 最終更新者: Shoot,