Class Float64Array

Class Float64Array

Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)

Representa uma série de números de pontos flutuantes de 64 bits (correspondentes ao tipo de dados flutuante C) na ordem de byte da plataforma.

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

Inheritance

object DOMObject TypedArray TypedArray Float64Array

Implements

INotifyPropertyChanged

Membros herdados

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)

Inicia uma nova instância da classe Aspose.Html.Float64Array.

public Float64Array(int length)

Parameters

length int

O número de elementos (o número de elementos)

Float64Array(Dupla[])

Inicia uma nova instância da classe Aspose.Html.Float64Array.

public Float64Array(double[] data)

Parameters

data double [ ]

Os dados do array.

Float64Array(ArrayBuffer)

Inicia uma nova instância da classe Aspose.Html.Float64Array.

public Float64Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

O buffer de dados.

Float64Array(ArrayBuffer, Int)

Inicia uma nova instância da classe Aspose.Html.Float64Array.

public Float64Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

Float64Array(ArrayBuffer, int, int)

Inicia uma nova instância da classe Aspose.Html.Float64Array.

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

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

length int

O comprimento .

Fields

BYTES_PER_ELEMENT

A propriedade representa o tamanho em bytes de cada elemento em uma ordem tipificada.

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

Valor de campo

byte

Properties

Esta[Int]

Obter ou definir o System.Double no índice especificado.

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

Valor da propriedade

double

 Português