Class Float64Array

Class Float64Array

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

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

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

Inheritance

object DOMObject TypedArray TypedArray Float64Array

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

Float64Array(Int)

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

public Float64Array(int length)

Parameters

length int

La longitud (el nombre d’elements)

Float64Array(doble[])

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

public Float64Array(double[] data)

Parameters

data double []

Les dades de l’arrel.

Float64Array(ArrayBuffer)

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

public Float64Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de dades.

Float64Array(L’Ajuntament, int)

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

public Float64Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de dades.

byteOffset int

El byte s’ofensa.

Float64Array(Llibertat, int i int)

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

public Float64Array(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 posa el System.Double a l’índex especificat.

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

Valor de la propietat

double

 Català