Class Int16Array

Class Int16Array

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

Przedstawia szereg dwukrotnie uzupełnionych 16-bitowych podpisanych integerów w porządku bytu platformy.

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

Inheritance

object DOMObject TypedArray TypedArray Int16Array

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

Int16Array(Int)

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

public Int16Array(int length)

Parameters

length int

Długość (liczba elementów)

Int16Array(Krótko[])

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

public Int16Array(short[] data)

Parameters

data short [ ]

Dane z array.

Int16Array(ArrayBuffer)

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

public Int16Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Dane z buforem.

Int16Array(ArrayBuffer , int)

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

public Int16Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Dane z buforem.

byteOffset int

Byta jest zwrotna.

Int16Array(ArrayBuffer, int, int)

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

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

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

Wartość nieruchomości

short

 Polski