Class Int32Array

Class Int32Array

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

Representa uma série de integradores de dois complementos de 32 bits assinados na ordem de byte da plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Int32Array

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

Int32Array(Int)

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

public Int32Array(int length)

Parameters

length int

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

Int32Array(Int[])

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

public Int32Array(int[] data)

Parameters

data int [ ]

Os dados do array.

Int32Array(ArrayBuffer)

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

public Int32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

O buffer de dados.

Int32Array(ArrayBuffer, Int)

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

public Int32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

Int32Array(ArrayBuffer, int, int)

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

public Int32Array(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.Int32 no índice especificado.

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

Valor da propriedade

int

 Português