round round

返回与参数最接近的整数值,并将四舍五入设置为正无限。

类别

数学

函数语法

round(<parameters>)

参数

  • 小数
  • 整数

签名和返回的类型

round(<decimal>)

round(<integer>)

返回整数。

示例

round(3.14)

返回3。

round(3.54)

返回4。

round(-3.14)

返回–3。

round(3)

返回3。

recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9