Class Uint16Array

Class Uint16Array

Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)

Representa uma série de complementos de 16 bits não assinados na ordem de byte da plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Uint16Array

Implements

INotifyPropertyChanged

Membros herdados

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)

Inicia uma nova instância da classe Aspose.Html.Uint16Array.

public Uint16Array(int length)

Parameters

length int

O número de elementos (o número de elementos)

Uint16Array(Acontece[])

Inicia uma nova instância da classe Aspose.Html.Uint16Array.

public Uint16Array(ushort[] data)

Parameters

data ushort [ ]

Os dados do array.

Uint16Array(ArrayBuffer)

Inicia uma nova instância da classe Aspose.Html.Uint16Array.

public Uint16Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

O buffer de dados.

Uint16Array(ArrayBuffer, Int)

Inicia uma nova instância da classe Aspose.Html.Uint16Array.

public Uint16Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

Uint16Array(ArrayBuffer, int, int)

Inicia uma nova instância da classe Aspose.Html.Uint16Array.

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

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

length int

O comprimento .

Fields

BYTES_PER_ELEMENT

A propriedade representa o tamanho em bytes de cada elemento em uma ordem tipificada.

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

Valor de campo

byte

Properties

Esta[Int]

Recebe ou coloca o System.UInt16 no índice especificado.

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

Valor da propriedade

ushort

 Português