AnyCAD Rapid API 2023
Help you to create a better world!
Uint32TypedArray Class Reference
Inheritance diagram for Uint32TypedArray:
ArrayBufferView Uint32Array

Public Member Functions

 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 Member Functions inherited from ArrayBufferView
 ArrayBufferView (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
ArrayBuffer GetBuffer ()
 
long GetByteOffset ()
 
long GetByteLength ()
 
EnumDataType GetDataType ()