round#

图块代码

../../_images/round.png

javascript

Math.floor(left+0.5)

python

math.floor(left+0.5)

npl

math.floor(left+0.5)

参数#

参数

类型

默认值

说明

left

number

5.5

示例#

Math.floor(5.5+0.5)
math.floor(5.5+0.5)
math.floor(5.5+0.5)