Class Uint32Array

Class Uint32Array

Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)

Predstavuje rad dvojitých doplnkov 32-bitových neoznačených integerov v platforme bytu.

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

Inheritance

object DOMObject TypedArray TypedArray Uint32Array

Implements

INotifyPropertyChanged

Z dedičných členov

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)

Iniciuje novú inštanciu triedy Aspose.Html.Uint32Array.

public Uint32Array(int length)

Parameters

length int

dĺžku (počet prvkov)

Uint32Array(Unt[])

Iniciuje novú inštanciu triedy Aspose.Html.Uint32Array.

public Uint32Array(uint[] data)

Parameters

data uint []

Údaje o aréne.

Uint32Array(ArrayBuffer)

Iniciuje novú inštanciu triedy Aspose.Html.Uint32Array.

public Uint32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Údaje sú buffer.

Uint32Array(Zľavy, int)

Iniciuje novú inštanciu triedy Aspose.Html.Uint32Array.

public Uint32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Údaje sú buffer.

byteOffset int

Byte sa oplatí.

Uint32Array(Zariadenie, int, int)

Iniciuje novú inštanciu triedy Aspose.Html.Uint32Array.

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

Parameters

buffer ArrayBuffer

Údaje sú buffer.

byteOffset int

Byte sa oplatí.

length int

v dĺžke .

Fields

BYTES_PER_ELEMENT

Majstrovstvá predstavujú veľkosť v bytoch každého prvku v typovanom poradí.

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

Fieldová hodnota

byte

Properties

Toto[int]

Získať alebo nastaviť System.UInt32 na špecifikovanom indexe.

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

Hodnota nehnuteľnosti

uint

 Slovenčina