Class Int32Array

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 Int32Array

Implements

INotifyPropertyChanged

Dziedziczeni członkowie

TypedArray.this[int] , TypedArray.Buffer , TypedArray.ByteLength , TypedArray.ByteOffset , TypedArray.Length , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

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

byte

Properties

Tego[Int]

Otrzymuje lub ustawia System.Int32 na określonym indeksie.

public override int this[int index] { get; set; }

Wartość nieruchomości

int

 Polski