Class Int16Array

Class Int16Array

Il nome: Aspose.Html Assemblaggio: Aspose.HTML.dll (25.4.0)

Rappresenta una serie di integratori sottoscritti da 16 bit di doppio completamento nell’ordine byte della piattaforma.

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

Inheritance

object DOMObject TypedArray TypedArray Int16Array

Implements

INotifyPropertyChanged

I membri ereditari

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)

Inizia una nuova instanza della classe Aspose.Html.Int16Array.

public Int16Array(int length)

Parameters

length int

La lunghezza (numero di elementi)

Int16Array(breve[])

Inizia una nuova instanza della classe Aspose.Html.Int16Array.

public Int16Array(short[] data)

Parameters

data short [ ]

I dati di array.

Int16Array(ArrayBuffer)

Inizia una nuova instanza della classe Aspose.Html.Int16Array.

public Int16Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Il buffer dei dati.

Int16Array(ArrayBuffer, int)

Inizia una nuova instanza della classe Aspose.Html.Int16Array.

public Int16Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Il buffer dei dati.

byteOffset int

Il byte viene rimborsato.

Int16Array(Rifugiato, int, int)

Inizia una nuova instanza della classe Aspose.Html.Int16Array.

public Int16Array(ArrayBuffer buffer, int byteOffset, int length)

Parameters

buffer ArrayBuffer

Il buffer dei dati.

byteOffset int

Il byte viene rimborsato.

length int

La lunghezza .

Fields

BYTES_PER_ELEMENT

La proprietà rappresenta la dimensione in byte di ciascun elemento in un ordine stampato.

[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT

Valore di campo

byte

Properties

Questo[int]

Riceve o mette il System.Int16 all’indice specificato.

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

Valore di proprietà

short

 Italiano