Class Uint32Array
Namespace: Aspose.Html
Assembly: Aspose.HTML.dll (25.2.0)
Represents an array of twos-complement 32-bit unsigned integers in the platform byte order.
[DOMObject]
[ComVisible(true)]
[DOMName("Uint32Array")]
public class Uint32Array : TypedArray<uint>, INotifyPropertyChanged
Inheritance
object ← DOMObject ← TypedArray ← TypedArray<uint> ← Uint32Array
Implements
Inherited Members
TypedArray<uint>.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)
Initializes a new instance of the Aspose.Html.Uint32Array class.
public Uint32Array(int length)
Parameters
length
int
The length (number of elements).
Uint32Array(uint[])
Initializes a new instance of the Aspose.Html.Uint32Array class.
public Uint32Array(uint[] data)
Parameters
data
uint[]
The array data.
Uint32Array(ArrayBuffer)
Initializes a new instance of the Aspose.Html.Uint32Array class.
public Uint32Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
The data buffer.
Uint32Array(ArrayBuffer, int)
Initializes a new instance of the Aspose.Html.Uint32Array class.
public Uint32Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
The data buffer.
byteOffset
int
The byte offset.
Uint32Array(ArrayBuffer, int, int)
Initializes a new instance of the Aspose.Html.Uint32Array class.
public Uint32Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
The data buffer.
byteOffset
int
The byte offset.
length
int
The length.
Fields
BYTES_PER_ELEMENT
The property represents the size in bytes of each element in an typed array.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Field Value
Properties
this[int]
Gets or sets the System.UInt32 at the specified index.
public override uint this[int index] { get; set; }
Property Value
uint </uint></uint>