Uint16Array class
Uint16Array class
Represents an array of twos-complement 16-bit unsigned integers in the platform byte order.
Inheritance: Uint16Array →
TypedArray →
DOMObject
The Uint16Array type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| init | Initializes a new instance of the Uint16Array class. | 
| init | Initializes a new instance of the Uint16Array class. | 
| init | Initializes a new instance of the Uint16Array class. | 
| init | Initializes a new instance of the Uint16Array class. | 
| init | Initializes a new instance of the Uint16Array class. | 
Properties
| Property | Description | 
|---|---|
| buffer | Gets the ArrayBuffer referenced by this instance. | 
| byte_length | Gets the byteLength accessor property represents the length of an ArrayBuffer in bytes. | 
| byte_offset | Gets the byteOffset from the start of referenced ArrayBuffer. | 
| length | Gets the length of a typed array. | 
| BYTES_PER_ELEMENT | The property represents the size in bytes of each element in an typed array. | 
Gets or sets the UInt16 at the specified index.
Indexer
| Name | Description | 
|---|---|
| [index] | The index. | 
Methods
| Method | Description | 
|---|---|
| get_platform_type | This method is used to retrieve the ECMAScript object Type. | 
See Also
- module 
aspose.html - class 
DOMObject - class 
TypedArray - class 
Uint16Array