Int32Array class
Int32Array class
Represents an array of twos-complement 32-bit signed integers in the platform byte order.
Inheritance: Int32Array
→
TypedArray
→
DOMObject
The Int32Array type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the Int32Array class. |
init | Initializes a new instance of the Int32Array class. |
init | Initializes a new instance of the Int32Array class. |
init | Initializes a new instance of the Int32Array class. |
init | Initializes a new instance of the Int32Array 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 Int32 at the specified index.
Indexer
Name | Description |
---|---|
[index] | The index. |
Methods
Method | Description |
---|---|
get_platform_type | This method is used to retrieve ECMAScript object Type. |
See Also
- module
aspose.html
- class
DOMObject
- class
Int32Array
- class
TypedArray