Int32Array
Contents
[
Hide
]Int32Array(int)
Initializes a new instance of the Int32Array
class.
public Int32Array(int length)
Parameter | Type | Description |
---|---|---|
length | Int32 | The length (number of elements). |
See Also
- class Int32Array
- namespace Aspose.Html
- assembly Aspose.HTML
Int32Array(int[])
Initializes a new instance of the Int32Array
class.
public Int32Array(int[] data)
Parameter | Type | Description |
---|---|---|
data | Int32[] | The array data. |
See Also
- class Int32Array
- namespace Aspose.Html
- assembly Aspose.HTML
Int32Array(ArrayBuffer)
Initializes a new instance of the Int32Array
class.
public Int32Array(ArrayBuffer buffer)
Parameter | Type | Description |
---|---|---|
buffer | ArrayBuffer | The data buffer. |
See Also
- class ArrayBuffer
- class Int32Array
- namespace Aspose.Html
- assembly Aspose.HTML
Int32Array(ArrayBuffer, int)
Initializes a new instance of the Int32Array
class.
public Int32Array(ArrayBuffer buffer, int byteOffset)
Parameter | Type | Description |
---|---|---|
buffer | ArrayBuffer | The data buffer. |
byteOffset | Int32 | The byte offset. |
See Also
- class ArrayBuffer
- class Int32Array
- namespace Aspose.Html
- assembly Aspose.HTML
Int32Array(ArrayBuffer, int, int)
Initializes a new instance of the Int32Array
class.
public Int32Array(ArrayBuffer buffer, int byteOffset, int length)
Parameter | Type | Description |
---|---|---|
buffer | ArrayBuffer | The data buffer. |
byteOffset | Int32 | The byte offset. |
length | Int32 | The length. |
See Also
- class ArrayBuffer
- class Int32Array
- namespace Aspose.Html
- assembly Aspose.HTML