Class Int16Array

Class Int16Array

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

Representa uma série de integradores de 16 bits de duplo complemento assinados na ordem de byte da plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Int16Array

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

Int16Array(Int)

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

public Int16Array(int length)

Parameters

length int

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

Int16Array(curta[])

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

public Int16Array(short[] data)

Parameters

data short [ ]

Os dados do array.

Int16Array(ArrayBuffer)

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

public Int16Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

O buffer de dados.

Int16Array(ArrayBuffer, Int)

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

public Int16Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

Int16Array(ArrayBuffer, int, int)

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

public Int16Array(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.Int16 no índice especificado.

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

Valor da propriedade

short

 Português