Class Uint32Array

Class Uint32Array

Nom dels espais: Aspose.Html Assemblea: Aspose.HTML.dll (25.4.0)

Representa una sèrie de dos complement 32-bit integrats no signats en l’ordre de byte de la plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Uint32Array

Implements

INotifyPropertyChanged

Membres heretats

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

Uint32Array(Int)

Inicialitza una nova instància de la classe Aspose.Html.Uint32Array.

public Uint32Array(int length)

Parameters

length int

La longitud (el nombre d’elements)

Uint32Array(UINT[])

Inicialitza una nova instància de la classe Aspose.Html.Uint32Array.

public Uint32Array(uint[] data)

Parameters

data uint []

Les dades de l’arrel.

Uint32Array(ArrayBuffer)

Inicialitza una nova instància de la classe Aspose.Html.Uint32Array.

public Uint32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de dades.

Uint32Array(L’Ajuntament, int)

Inicialitza una nova instància de la classe Aspose.Html.Uint32Array.

public Uint32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de dades.

byteOffset int

El byte s’ofensa.

Uint32Array(Llibertat, int i int)

Inicialitza una nova instància de la classe Aspose.Html.Uint32Array.

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

Parameters

buffer ArrayBuffer

El buffer de dades.

byteOffset int

El byte s’ofensa.

length int

La longitud.

Fields

BYTES_PER_ELEMENT

La propietat representa la mida en bytes de cada element en un arrel tipitzat.

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

Valor de camp

byte

Properties

Aquest[Int]

Obté o col·loca el System.UInt32 a l’índex especificat.

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

Valor de la propietat

uint

 Català