Class Int8Array
Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)
Representa uma série de integradores de dois complementos de 8 bits assinados.
[DOMObject]
[DOMName("Int8Array")]
[ComVisible(true)]
public class Int8Array : TypedArray<sbyte>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Membros herdados
TypedArray
Constructors
Int8Array(Int)
Inicia uma nova instância da classe Aspose.Html.Int8Array.
public Int8Array(int length)
Parameters
length
int
O número de elementos (o número de elementos)
Int8Array(Sbyte[])
Inicia uma nova instância da classe Aspose.Html.Int8Array.
public Int8Array(sbyte[] data)
Parameters
data
sbyte
[ ]
Os dados do array.
Int8Array(ArrayBuffer)
Inicia uma nova instância da classe Aspose.Html.Int8Array.
public Int8Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
O buffer de dados.
Int8Array(ArrayBuffer, Int)
Inicia uma nova instância da classe Aspose.Html.Int8Array.
public Int8Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
O buffer de dados.
byteOffset
int
O byte é reembolsado.
Int8Array(ArrayBuffer, int, int)
Inicia uma nova instância da classe Aspose.Html.Int8Array.
public Int8Array(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
Properties
Esta[Int]
Recebe ou coloca o System.SByte no índice especificado.
public override sbyte this[int index] { get; set; }