Class Int8Array

Class Int8Array

Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)

Przedstawia szereg dwukrotnie uzupełnionych 8-bitowych podpisanych integers.

[DOMObject]
[DOMName("Int8Array")]
[ComVisible(true)]
public class Int8Array : TypedArray<sbyte>, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray TypedArray Int8Array

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

Int8Array(Int)

Inicjalizuje nową instancję klasy Aspose.Html.Int8Array.

public Int8Array(int length)

Parameters

length int

Długość (liczba elementów)

Int8Array(Sbyte[])

Inicjalizuje nową instancję klasy Aspose.Html.Int8Array.

public Int8Array(sbyte[] data)

Parameters

data sbyte [ ]

Dane z array.

Int8Array(ArrayBuffer)

Inicjalizuje nową instancję klasy Aspose.Html.Int8Array.

public Int8Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Dane z buforem.

Int8Array(ArrayBuffer , int)

Inicjalizuje nową instancję klasy Aspose.Html.Int8Array.

public Int8Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Dane z buforem.

byteOffset int

Byta jest zwrotna.

Int8Array(ArrayBuffer, int, int)

Inicjalizuje nową instancję klasy Aspose.Html.Int8Array.

public Int8Array(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.SByte na określonym indeksie.

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

Wartość nieruchomości

sbyte

 Polski