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