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