Class Float32Array

Class Float32Array

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

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

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

Inheritance

object DOMObject TypedArray TypedArray Float32Array

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

Float32Array(Int)

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

public Float32Array(int length)

Parameters

length int

La longitud (número de elementos)

Float32Array(float[])

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

public Float32Array(float[] data)

Parameters

data float [][]

Los datos de Array.

Float32Array(ArrayBuffer)

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

public Float32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de datos.

Float32Array(ArrayBuffer, Int)

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

public Float32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de datos.

byteOffset int

El byte se desemboca.

Float32Array(ArrayBuffer, int y int)

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

public Float32Array(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 coloca el Sistema.Single en el índice especificado.

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

Valor de la propiedad

float

 Español