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