Class Float32Array

Class Float32Array

Le nom : Aspose.Html Assemblaggio: Aspose.HTML.dll (25.4.0)

Il représente une série de chiffres de points flottants de 32 bits (correspondant au type de données flottant C) dans l’ordre de byte de la plateforme.

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

Inheritance

object DOMObject TypedArray TypedArray Float32Array

Implements

INotifyPropertyChanged

I membri ereditari

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)

Initialisez une nouvelle instance de la classe Aspose.Html.Float32Array.

public Float32Array(int length)

Parameters

length int

La longueur (numéro d’éléments)

Float32Array(Flotte[])

Initialisez une nouvelle instance de la classe Aspose.Html.Float32Array.

public Float32Array(float[] data)

Parameters

data float [ ]

Les données d’array.

Float32Array(ArrayBuffer)

Initialisez une nouvelle instance de la classe Aspose.Html.Float32Array.

public Float32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Le buffer de données.

Float32Array(ArrayBuffer, int)

Initialisez une nouvelle instance de la classe Aspose.Html.Float32Array.

public Float32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Le buffer de données.

byteOffset int

Le byte est offert.

Float32Array(Méditerranée int, int)

Initialisez une nouvelle instance de la classe Aspose.Html.Float32Array.

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

Parameters

buffer ArrayBuffer

Le buffer de données.

byteOffset int

Le byte est offert.

length int

La lunghezza .

Fields

BYTES_PER_ELEMENT

La propriété représente la taille en bytes de chaque élément dans un arrêt imprimé.

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

Valore di campo

byte

Properties

Ceci[int]

Obtenez ou mettez le System.Single sur l’indice spécifié.

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

Valore di proprietà

float

 Français