提交 5f726d88 编写于 作者: 杜庆泉's avatar 杜庆泉

Update number.md

上级 621a312d
......@@ -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)
## 静态属性
### 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 对象是经过封装的能让你处理数字值的对象。
<!-- 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 平台方法
Number 类型编译到 `kotlin``kotlin.Number`
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册