floor()

数値以下の最も近い整数値を計算します。

実例

シンタックス

floor(n)

パラメーター

n
Number:

切り下げる数値。

リターン

Integer: 切り下げられた数値。
Notice any errors or typos? Please let us know. Please feel free to edit src/math/calculation.js and open a pull request!

関連するリファレンス