Class Uint32Array
Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)
Representa uma série de integradores sem assinatura de 32 bits complementares na ordem de byte da plataforma.
[DOMObject]
[DOMName("Uint32Array")]
[ComVisible(true)]
public class Uint32Array : TypedArray<uint>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Membros herdados
TypedArray
Constructors
Uint32Array(Int)
Inicia uma nova instância da classe Aspose.Html.Uint32Array.
public Uint32Array(int length)
Parameters
length
int
O número de elementos (o número de elementos)
Uint32Array(de UIN[])
Inicia uma nova instância da classe Aspose.Html.Uint32Array.
public Uint32Array(uint[] data)
Parameters
data
uint
[ ]
Os dados do array.
Uint32Array(ArrayBuffer)
Inicia uma nova instância da classe Aspose.Html.Uint32Array.
public Uint32Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
O buffer de dados.
Uint32Array(ArrayBuffer, Int)
Inicia uma nova instância da classe Aspose.Html.Uint32Array.
public Uint32Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
O buffer de dados.
byteOffset
int
O byte é reembolsado.
Uint32Array(ArrayBuffer, int, int)
Inicia uma nova instância da classe Aspose.Html.Uint32Array.
public Uint32Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
O buffer de dados.
byteOffset
int
O byte é reembolsado.
length
int
O comprimento .
Fields
BYTES_PER_ELEMENT
A propriedade representa o tamanho em bytes de cada elemento em uma ordem tipificada.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Valor de campo
Properties
Esta[Int]
Recebe ou coloca o System.UInt32 no índice especificado.
public override uint this[int index] { get; set; }