Class Float32Array

Class Float32Array

Nom dels espais: Aspose.Html Assemblea: Aspose.HTML.dll (25.4.0)

Representa una sèrie de nombres de punts flotants de 32 bits (correspondents al tipus de dades flotant C) en l’ordre de byte de la plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Float32Array

Implements

INotifyPropertyChanged

Membres heretats

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)

Inicialitza una nova instància de la classe Aspose.Html.Float32Array.

public Float32Array(int length)

Parameters

length int

La longitud (el nombre d’elements)

Float32Array(Float[])

Inicialitza una nova instància de la classe Aspose.Html.Float32Array.

public Float32Array(float[] data)

Parameters

data float []

Les dades de l’arrel.

Float32Array(ArrayBuffer)

Inicialitza una nova instància de la classe Aspose.Html.Float32Array.

public Float32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de dades.

Float32Array(L’Ajuntament, int)

Inicialitza una nova instància de la classe Aspose.Html.Float32Array.

public Float32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de dades.

byteOffset int

El byte s’ofensa.

Float32Array(Llibertat, int i int)

Inicialitza una nova instància de la classe Aspose.Html.Float32Array.

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

Parameters

buffer ArrayBuffer

El buffer de dades.

byteOffset int

El byte s’ofensa.

length int

La longitud.

Fields

BYTES_PER_ELEMENT

La propietat representa la mida en bytes de cada element en un arrel tipitzat.

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

Valor de camp

byte

Properties

Aquest[Int]

Obté o col·loca el Sistema.Single a l’índex especificat.

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

Valor de la propietat

float

 Català