Class Float64Array

Class Float64Array

ชื่อพื้นที่: Aspose.Html การประกอบ: Aspose.HTML.dll (25.4.0)

แสดงให้เห็นถึงจํานวนของจุดการไหล 64 บิต (ตรงกับประเภทข้อมูลการไหล C) ในคําสั่งไบต์ของแพลตฟอร์ม

[ComVisible(true)]
[DOMName("Float64Array")]
[DOMObject]
public class Float64Array : TypedArray<double>, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray TypedArray Float64Array

Implements

INotifyPropertyChanged

อนุญาโตตุลาการ

TypedArray.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

Float64Array(int)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Float64Array

public Float64Array(int length)

Parameters

length int

ความยาว (จํานวนองค์ประกอบ)

Float64Array(คู่[])

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Float64Array

public Float64Array(double[] data)

Parameters

data double [ ]

ข้อมูลอัตโนมัติ

Float64Array(ArrayBuffer)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Float64Array

public Float64Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

บูฟเฟอร์ข้อมูล

Float64Array(ArrayBuffer, int)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Float64Array

public Float64Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

บูฟเฟอร์ข้อมูล

byteOffset int

หมายเลขรุ่น: The byte offset

Float64Array(ArrayBuffer, int, int)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Float64Array

public Float64Array(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

หมายเลข

byte

Properties

นี่[int]

รับหรือตั้งค่า System.Double ที่ index ที่ระบุ

public override double this[int index] { get; set; }

คุณสมบัติมูลค่า

double

 แบบไทย