AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
Uint16Array类 参考
类 Uint16Array 继承关系图:
Uint16TypedArray ArrayBufferView

Public 成员函数

 Uint16Array (ArrayBuffer buffer)
 
 Uint16Array (ArrayBufferView view)
 
 Uint16Array (ArrayBuffer buffer, EnumDataType dataType)
 
 Uint16Array (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
- Public 成员函数 继承自 Uint16TypedArray
 Uint16TypedArray (ArrayBuffer buffer)
 
 Uint16TypedArray (ArrayBufferView view)
 
 Uint16TypedArray (ArrayBuffer buffer, EnumDataType dataType)
 
 Uint16TypedArray (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
int GetValue (long idx)
 
void SetValue (long idx, int val)
 
void SetValue (long idx, int x, int y)
 
void SetValue (long idx, int x, int y, int z)
 
long GetItemCount ()
 
- Public 成员函数 继承自 ArrayBufferView
 ArrayBufferView (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
long GetByteOffset ()
 
long GetByteLength ()
 
EnumDataType GetDataType ()
 
ArrayBuffer GetBuffer ()
 
void UpdateAddress ()
 

详细描述

<> 把ArrayBuffer当作Uint16数组来处理