Class Int16Array
Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.5.0)
Representa uma série de integradores de 16 bits de duplo complemento assinados na ordem de byte da plataforma.
[ComVisible(true)]
[DOMObject]
[DOMName("Int16Array")]
public class Int16Array : TypedArray<short>, INotifyPropertyChangedInheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Membros herdados
TypedArray
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_ELEMENTValor de campo
Properties
Esta[Int]
Recebe ou coloca o System.Int16 no índice especificado.
public override short this[int index] { get; set; }