参考 floor()

floor()

计算最接近给定数字且小于或等于它的整数值。

示例

语法

floor(n)

参数

n
数字:

需要向下取整的数字。

Returns

整数: 向下取整后的数字。
Notice any errors or typos? Please let us know. Please feel free to edit src/math/calculation.js and open a pull request!

相关参考