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(因特)

启动了 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

巴特的折扣。

Float32Array(ArrayBuffer, int, int)

启动了 Aspose.Html.Float32Array 类的新例子。

public Float32Array(ArrayBuffer buffer, int byteOffset, int length)

Parameters

buffer ArrayBuffer

数据泡沫。

byteOffset int

巴特的折扣。

length int

长度。

Fields

BYTES_PER_ELEMENT

属性代表每个元素的字符串中的尺寸。

[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT

领域价值

byte

Properties

这个[因特]

接收或设置 System.Single 在指定的指数上。

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

财产价值

float

 中文