Class Uint32Array

Class Uint32Array

Nombre del espacio: Aspose.Html Colección: Aspose.HTML.dll (25.4.0)

Representa una serie de integradores no firmados de dos complementos de 32 bits en la orden de byte de la plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Uint32Array

Implements

INotifyPropertyChanged

Miembros heredados

TypedArray.this[int] ,y, TypedArray.Buffer ,y, TypedArray.ByteLength ,y, TypedArray.ByteOffset ,y, TypedArray.Length ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

Uint32Array(Int)

Inicia una nueva instancia de la clase Aspose.Html.Uint32Array.

public Uint32Array(int length)

Parameters

length int

La longitud (número de elementos)

Uint32Array(Entonces[])

Inicia una nueva instancia de la clase Aspose.Html.Uint32Array.

public Uint32Array(uint[] data)

Parameters

data uint [][]

Los datos de Array.

Uint32Array(ArrayBuffer)

Inicia una nueva instancia de la clase Aspose.Html.Uint32Array.

public Uint32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de datos.

Uint32Array(ArrayBuffer, Int)

Inicia una nueva instancia de la clase Aspose.Html.Uint32Array.

public Uint32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de datos.

byteOffset int

El byte se desemboca.

Uint32Array(ArrayBuffer, int y int)

Inicia una nueva instancia de la clase Aspose.Html.Uint32Array.

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

Parameters

buffer ArrayBuffer

El buffer de datos.

byteOffset int

El byte se desemboca.

length int

La longitud.

Fields

BYTES_PER_ELEMENT

La propiedad representa el tamaño en bytes de cada elemento en un array tipado.

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

Valor de campo

byte

Properties

Este[Int]

Obtenga o coloca el System.UInt32 en el índice especificado.

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

Valor de la propiedad

uint

 Español