Class Float32Array
Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)
Representa uma série de números de pontos flotantes de 32 bits (correspondentes ao tipo de dados flotantes C) na ordem de byte da plataforma.
[DOMName("Float32Array")]
[ComVisible(true)]
[DOMObject]
public class Float32Array : TypedArray<float>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Membros herdados
TypedArray
Constructors
Float32Array(Int)
Inicia uma nova instância da classe Aspose.Html.Float32Array.
public Float32Array(int length)
Parameters
length
int
O número de elementos (o número de elementos)
Float32Array(Flotação[])
Inicia uma nova instância da classe Aspose.Html.Float32Array.
public Float32Array(float[] data)
Parameters
data
float
[ ]
Os dados do array.
Float32Array(ArrayBuffer)
Inicia uma nova instância da classe Aspose.Html.Float32Array.
public Float32Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
O buffer de dados.
Float32Array(ArrayBuffer, Int)
Inicia uma nova instância da classe Aspose.Html.Float32Array.
public Float32Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
O buffer de dados.
byteOffset
int
O byte é reembolsado.
Float32Array(ArrayBuffer, int, int)
Inicia uma nova instância da classe Aspose.Html.Float32Array.
public Float32Array(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
Properties
Esta[Int]
Recebe ou coloca o System.Single no índice especificado.
public override float this[int index] { get; set; }