概述
函数floor()将给定数值向下取整,即返回不大于该数值的最大整数。
参数:floor(<number>)
<number>:数值
返回值:
- 向下取整数值
一般用法
本例将一列数字向下取整:
uncollect [1, -2.5, 3.7] as a
return floor(a)
1
-3
3
申请证书
证书详情
| ID | |
| 产品 | |
| 状态 | |
| 核数 | |
| Shard 服务最大数量 | |
| Shard 服务最大总核数 | |
| HDC 服务最大数量 | |
| HDC 服务最大总核数 | |
| 申请天数 | |
| 审批日期 | |
| 过期日期 | |
| MAC地址 | |
| 申请理由 | |
| 审核信息 |
用户邮箱:
当前未申请证书.
| Certificate | Issued at | Valid until | Serial No. | File |
|---|
| Serial No. | Valid until | File |
|---|
Not having one? Apply now! >>>
| ProductName | CreateTime | ID | Price | File |
|---|
| ProductName | CreateTime | ID | Price | File |
|---|
No Invoice
函数floor()将给定数值向下取整,即返回不大于该数值的最大整数。
参数:floor(<number>)
<number>:数值返回值:
本例将一列数字向下取整:
uncollect [1, -2.5, 3.7] as a
return floor(a)
1
-3
3
没有查询到结果