Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
5f726d88
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
5f726d88
编写于
11月 19, 2024
作者:
杜庆泉
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update number.md
上级
621a312d
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
89 addition
and
91 deletion
+89
-91
docs/uts/buildin-object-api/number.md
docs/uts/buildin-object-api/number.md
+89
-91
未找到文件。
docs/uts/buildin-object-api/number.md
浏览文件 @
5f726d88
...
@@ -21,6 +21,95 @@ Number 对象是经过封装的能让你处理数字值的对象。
...
@@ -21,6 +21,95 @@ Number 对象是经过封装的能让你处理数字值的对象。
注意:通过构造器函数创建
`Number`
对象的语法,目前仅支持web平台。 在app 平台,需要使用字面量定义或者
`Number.from()`
进行数字变量的创建
[
文档
](
https://doc.dcloud.net.cn/uni-app-x/uts/data-type.html#%E6%95%B0%E5%AD%97-number
)
注意:通过构造器函数创建
`Number`
对象的语法,目前仅支持web平台。 在app 平台,需要使用字面量定义或者
`Number.from()`
进行数字变量的创建
[
文档
](
https://doc.dcloud.net.cn/uni-app-x/uts/data-type.html#%E6%95%B0%E5%AD%97-number
)
## 静态属性
### MAX_VALUE
<!-- UTSJSON.Number.MAX_VALUE.description -->
<!-- UTSJSON.Number.MAX_VALUE.param -->
<!-- UTSJSON.Number.MAX_VALUE.returnValue -->
<!-- UTSJSON.Number.MAX_VALUE.test -->
<!-- UTSJSON.Number.MAX_VALUE.compatibility -->
<!-- UTSJSON.Number.MAX_VALUE.tutorial -->
### MIN_VALUE
<!-- UTSJSON.Number.MIN_VALUE.description -->
<!-- UTSJSON.Number.MIN_VALUE.param -->
<!-- UTSJSON.Number.MIN_VALUE.returnValue -->
<!-- UTSJSON.Number.MIN_VALUE.test -->
<!-- UTSJSON.Number.MIN_VALUE.compatibility -->
<!-- UTSJSON.Number.MIN_VALUE.tutorial -->
### NaN
<!-- UTSJSON.Number.NaN.description -->
<!-- UTSJSON.Number.NaN.param -->
<!-- UTSJSON.Number.NaN.returnValue -->
<!-- UTSJSON.Number.NaN.test -->
<!-- UTSJSON.Number.NaN.compatibility -->
<!-- UTSJSON.Number.NaN.tutorial -->
### NEGATIVE_INFINITY
<!-- UTSJSON.Number.NEGATIVE_INFINITY.description -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.param -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.returnValue -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.test -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.compatibility -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.tutorial -->
### POSITIVE_INFINITY
<!-- UTSJSON.Number.POSITIVE_INFINITY.description -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.param -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.returnValue -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.test -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.compatibility -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.tutorial -->
## 静态方法
### from()
<!-- UTSJSON.Number.from.description -->
<!-- UTSJSON.Number.from.param -->
<!-- UTSJSON.Number.from.returnValue -->
<!-- UTSJSON.Number.from.compatibility -->
<!-- UTSJSON.Number.from.test -->
<!-- UTSJSON.Number.tutorial -->
## 实例方法
## 实例方法
...
@@ -268,97 +357,6 @@ Number 对象是经过封装的能让你处理数字值的对象。
...
@@ -268,97 +357,6 @@ Number 对象是经过封装的能让你处理数字值的对象。
<!-- UTSJSON.Number.toUInt8.compatibility -->
<!-- UTSJSON.Number.toUInt8.compatibility -->
## 静态属性
### MAX_VALUE
<!-- UTSJSON.Number.MAX_VALUE.description -->
<!-- UTSJSON.Number.MAX_VALUE.param -->
<!-- UTSJSON.Number.MAX_VALUE.returnValue -->
<!-- UTSJSON.Number.MAX_VALUE.test -->
<!-- UTSJSON.Number.MAX_VALUE.compatibility -->
<!-- UTSJSON.Number.MAX_VALUE.tutorial -->
### MIN_VALUE
<!-- UTSJSON.Number.MIN_VALUE.description -->
<!-- UTSJSON.Number.MIN_VALUE.param -->
<!-- UTSJSON.Number.MIN_VALUE.returnValue -->
<!-- UTSJSON.Number.MIN_VALUE.test -->
<!-- UTSJSON.Number.MIN_VALUE.compatibility -->
<!-- UTSJSON.Number.MIN_VALUE.tutorial -->
### NaN
<!-- UTSJSON.Number.NaN.description -->
<!-- UTSJSON.Number.NaN.param -->
<!-- UTSJSON.Number.NaN.returnValue -->
<!-- UTSJSON.Number.NaN.test -->
<!-- UTSJSON.Number.NaN.compatibility -->
<!-- UTSJSON.Number.NaN.tutorial -->
### NEGATIVE_INFINITY
<!-- UTSJSON.Number.NEGATIVE_INFINITY.description -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.param -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.returnValue -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.test -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.compatibility -->
<!-- UTSJSON.Number.NEGATIVE_INFINITY.tutorial -->
### POSITIVE_INFINITY
<!-- UTSJSON.Number.POSITIVE_INFINITY.description -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.param -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.returnValue -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.test -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.compatibility -->
<!-- UTSJSON.Number.POSITIVE_INFINITY.tutorial -->
## 静态方法
### from()
<!-- UTSJSON.Number.from.description -->
<!-- UTSJSON.Number.from.param -->
<!-- UTSJSON.Number.from.returnValue -->
<!-- UTSJSON.Number.from.compatibility -->
<!-- UTSJSON.Number.from.test -->
<!-- UTSJSON.Number.tutorial -->
## Android 平台方法
## Android 平台方法
Number 类型编译到
`kotlin`
为
`kotlin.Number`
Number 类型编译到
`kotlin`
为
`kotlin.Number`
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录