Class Float64Array

Class Float64Array

Nombre del espacio: Aspose.Html Colección: Aspose.HTML.dll (25.4.0)

Representa una serie de números de puntos flotantes de 64 bits (que corresponden al tipo de datos flotante C) en el orden de byte de la plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Float64Array

Implements

INotifyPropertyChanged

Miembros heredados

TypedArray.this[int] ,y, TypedArray.Buffer ,y, TypedArray.ByteLength ,y, TypedArray.ByteOffset ,y, TypedArray.Length ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

Float64Array(Int)

Inicia una nueva instancia de la clase Aspose.Html.Float64Array.

public Float64Array(int length)

Parameters

length int

La longitud (número de elementos)

Float64Array(doble[])

Inicia una nueva instancia de la clase Aspose.Html.Float64Array.

public Float64Array(double[] data)

Parameters

data double [][]

Los datos de Array.

Float64Array(ArrayBuffer)

Inicia una nueva instancia de la clase Aspose.Html.Float64Array.

public Float64Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de datos.

Float64Array(ArrayBuffer, Int)

Inicia una nueva instancia de la clase Aspose.Html.Float64Array.

public Float64Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de datos.

byteOffset int

El byte se desemboca.

Float64Array(ArrayBuffer, int y int)

Inicia una nueva instancia de la clase Aspose.Html.Float64Array.

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

Parameters

buffer ArrayBuffer

El buffer de datos.

byteOffset int

El byte se desemboca.

length int

La longitud.

Fields

BYTES_PER_ELEMENT

La propiedad representa el tamaño en bytes de cada elemento en un array tipado.

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

Valor de campo

byte

Properties

Este[Int]

Obtenga o establece el System.Double en el índice especificado.

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

Valor de la propiedad

double

 Español