Class Uint32Array
ชื่อพื้นที่: Aspose.Html การประกอบ: Aspose.HTML.dll (25.4.0)
แสดงให้เห็นถึงชุดของคู่สมบูรณ์ 32 บิต integers ไม่ลงชื่อในแพลตฟอร์มไบต์คําสั่ง
[DOMObject]
[DOMName("Uint32Array")]
[ComVisible(true)]
public class Uint32Array : TypedArray<uint>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
อนุญาโตตุลาการ
TypedArray
Constructors
Uint32Array(int)
เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint32Array
public Uint32Array(int length)
Parameters
length
int
ความยาว (จํานวนองค์ประกอบ)
Uint32Array(ตูด[])
เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint32Array
public Uint32Array(uint[] data)
Parameters
data
uint
[ ]
ข้อมูลอัตโนมัติ
Uint32Array(ArrayBuffer)
เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint32Array
public Uint32Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
บูฟเฟอร์ข้อมูล
Uint32Array(ArrayBuffer, int)
เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint32Array
public Uint32Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
บูฟเฟอร์ข้อมูล
byteOffset
int
หมายเลขรุ่น: The byte offset
Uint32Array(ArrayBuffer, int, int)
เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint32Array
public Uint32Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
บูฟเฟอร์ข้อมูล
byteOffset
int
หมายเลขรุ่น: The byte offset
length
int
ความยาว
Fields
BYTES_PER_ELEMENT
คุณสมบัติแสดงให้เห็นถึงขนาดในไบต์ของแต่ละองค์ประกอบในแถวที่พิมพ์
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
หมายเลข
Properties
นี่[int]
รับหรือตั้งค่า System.UInt32 ที่ index ที่ระบุไว้
public override uint this[int index] { get; set; }