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

Public Member Functions

 Float32TypedArray (ArrayBuffer buffer)
 
 Float32TypedArray (ArrayBufferView view)
 
 Float32TypedArray (ArrayBuffer buffer, EnumDataType dataType)
 
 Float32TypedArray (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
float GetValue (long idx)
 
void SetValue (long idx, float val)
 
void SetValue (long idx, float x, float y)
 
void SetValue (long idx, float x, float y, float 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 ()