Class Int32Array
Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)
Przedstawia szereg dwukrotnie uzupełnionych 32-bitowych podpisanych integerów w porządku bytu platformy.
[ComVisible(true)]
[DOMName("Int32Array")]
[DOMObject]
public class Int32Array : TypedArray<int>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Dziedziczeni członkowie
TypedArray
Constructors
Int32Array(Int)
Inicjalizuje nowy przykład klasy Aspose.Html.Int32Array.
public Int32Array(int length)
Parameters
length
int
Długość (liczba elementów)
Int32Array(Int[])
Inicjalizuje nowy przykład klasy Aspose.Html.Int32Array.
public Int32Array(int[] data)
Parameters
data
int
[ ]
Dane z array.
Int32Array(ArrayBuffer)
Inicjalizuje nowy przykład klasy Aspose.Html.Int32Array.
public Int32Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
Dane z buforem.
Int32Array(ArrayBuffer , int)
Inicjalizuje nowy przykład klasy Aspose.Html.Int32Array.
public Int32Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
Dane z buforem.
byteOffset
int
Byta jest zwrotna.
Int32Array(ArrayBuffer, int, int)
Inicjalizuje nowy przykład klasy Aspose.Html.Int32Array.
public Int32Array(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.Int32 na określonym indeksie.
public override int this[int index] { get; set; }