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
Implements
Z dedičných členov
TypedArray
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
Properties
Toto[int]
Získať alebo nastaviť System.UInt32 na špecifikovanom indexe.
public override uint this[int index] { get; set; }