Class Uint16Array

Class Uint16Array

Nom dels espais: Aspose.Html Assemblea: Aspose.HTML.dll (25.4.0)

Representa una sèrie d’integradors no signats de 16 bits complementaris en l’ordre de byte de la plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Uint16Array

Implements

INotifyPropertyChanged

Membres heretats

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

Uint16Array(Int)

Inicialitza una nova instància de la classe Aspose.Html.Uint16Array.

public Uint16Array(int length)

Parameters

length int

La longitud (el nombre d’elements)

Uint16Array(Esquena[])

Inicialitza una nova instància de la classe Aspose.Html.Uint16Array.

public Uint16Array(ushort[] data)

Parameters

data ushort []

Les dades de l’arrel.

Uint16Array(ArrayBuffer)

Inicialitza una nova instància de la classe Aspose.Html.Uint16Array.

public Uint16Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de dades.

Uint16Array(L’Ajuntament, int)

Inicialitza una nova instància de la classe Aspose.Html.Uint16Array.

public Uint16Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de dades.

byteOffset int

El byte s’ofensa.

Uint16Array(Llibertat, int i int)

Inicialitza una nova instància de la classe Aspose.Html.Uint16Array.

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

Parameters

buffer ArrayBuffer

El buffer de dades.

byteOffset int

El byte s’ofensa.

length int

La longitud.

Fields

BYTES_PER_ELEMENT

La propietat representa la mida en bytes de cada element en un arrel tipitzat.

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

Valor de camp

byte

Properties

Aquest[Int]

Obté o col·loca el System.UInt16 a l’índex especificat.

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

Valor de la propietat

ushort

 Català