Class Uint32Array
Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)
Przedstawia szereg dwukrotnie uzupełnionych 32-bitowych niepodanych integerów w porządku bytu platformy.
[DOMObject]
[DOMName("Uint32Array")]
[ComVisible(true)]
public class Uint32Array : TypedArray<uint>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Dziedziczeni członkowie
TypedArray
Constructors
Uint32Array(Int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint32Array.
public Uint32Array(int length)
Parameters
length
int
Długość (liczba elementów)
Uint32Array(Węgiel[])
Inicjalizuje nowy przykład klasy Aspose.Html.Uint32Array.
public Uint32Array(uint[] data)
Parameters
data
uint
[ ]
Dane z array.
Uint32Array(ArrayBuffer)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint32Array.
public Uint32Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
Dane z buforem.
Uint32Array(ArrayBuffer , int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint32Array.
public Uint32Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
Dane z buforem.
byteOffset
int
Byta jest zwrotna.
Uint32Array(ArrayBuffer, int, int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint32Array.
public Uint32Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
Dane z buforem.
byteOffset
int
Byta jest zwrotna.
length
int
i długości .
Fields
BYTES_PER_ELEMENT
Właściwość reprezentuje rozmiar w bajtach każdego elementu w typowanej kolejce.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Wartość pola
Properties
Tego[Int]
Otrzymuje lub ustawia System.UInt32 na określonym indeksie.
public override uint this[int index] { get; set; }