类型的静态接口,这些类型可以将它们的值作为打包的元素存储在一个数组中。这些方法和属性应在构造函数中定义。
Members
-
用于将对象打包到数组中的元素个数。
Methods
-
将提供的实例存储到所提供的数组中。
Name Type Default Description value
Object 打包的值。 array
Array.<Number> 要装入的数组。 startingIndex
Number 0
optional 开始打包元素的数组索引。 -
从打包数组中读取实例。
Name Type Default Description array
Array.<Number> 打包的数组。 startingIndex
Number 0
optional 要解压缩的元素的起始索引。 result
Object optional 存储结果的对象。 Returns:
修改后的结果参数,如果没有提供,则提供新的Object实例。