mxcad API 文档 / McGeDoubleArray
Class: McGeDoubleArray
整数数组
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new McGeDoubleArray(imp?
)
构造函数。
Parameters
Name | Type |
---|---|
imp? | object |
Properties
imp
• imp: any
Methods
append
▸ append(val
): void
添加一个值
Parameters
Name | Type |
---|---|
val | number |
Returns
void
at
▸ at(index
): number
得到数据元素的值
Parameters
Name | Type |
---|---|
index | number |
Returns
number
clear
▸ clear(): void
Returns
void
copy
▸ copy(val
): McGeDoubleArray
复制对象的值
Parameters
Name | Type |
---|---|
val | McGeDoubleArray |
Returns
forEach
▸ forEach(call
): void
遍历数组
Parameters
Name | Type |
---|---|
call | (val : number , index : number ) => void |
Returns
void
length
▸ length(): number
返回数组长度
Returns
number
setAt
▸ setAt(index
, val
): void
设置数据元素的值
Parameters
Name | Type |
---|---|
index | number |
val | number |
Returns
void