Class Int8Array

Class Int8Array

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

Si tratta di una serie di integratori sottoscritti a 8 bit.

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

Inheritance

object DOMObject TypedArray TypedArray Int8Array

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

Int8Array(int)

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

public Int8Array(int length)

Parameters

length int

La lunghezza (numero di elementi)

Int8Array(di sbyte[])

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

public Int8Array(sbyte[] data)

Parameters

data sbyte [ ]

I dati di array.

Int8Array(ArrayBuffer)

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

public Int8Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Il buffer dei dati.

Int8Array(ArrayBuffer, int)

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

public Int8Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Il buffer dei dati.

byteOffset int

Il byte viene rimborsato.

Int8Array(Rifugiato, int, int)

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

public Int8Array(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.SByte all’indice specificato.

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

Valore di proprietà

sbyte

 Italiano