Class Float32Array

Class Float32Array

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

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

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

Inheritance

object DOMObject TypedArray TypedArray Float32Array

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

Float32Array(int)

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

public Float32Array(int length)

Parameters

length int

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

Float32Array(เฟอร์รี่[])

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

public Float32Array(float[] data)

Parameters

data float [ ]

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

Float32Array(ArrayBuffer)

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

public Float32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

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

Float32Array(ArrayBuffer, int)

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

public Float32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

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

byteOffset int

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

Float32Array(ArrayBuffer, int, int)

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

public Float32Array(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.Single ที่ index ที่ระบุไว้

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

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

float

 แบบไทย