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

Public 成员函数

 Uint32Array (ArrayBuffer buffer)
 
 Uint32Array (ArrayBufferView view)
 
 Uint32Array (ArrayBuffer buffer, EnumDataType dataType)
 
 Uint32Array (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
- Public 成员函数 继承自 Uint32TypedArray
 Uint32TypedArray (ArrayBuffer buffer)
 
 Uint32TypedArray (ArrayBufferView view)
 
 Uint32TypedArray (ArrayBuffer buffer, EnumDataType dataType)
 
 Uint32TypedArray (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
long GetValue (long idx)
 
void SetValue (long idx, long val)
 
void SetValue (long idx, long x, long y)
 
void SetValue (long idx, long x, long y, long 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当作Uint32数组来处理