Vertaling van "Float64Array" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Renvoie un nombre traduisant la taille de l'élément en octets, 8 dans le cas d'un Float64Array.
Returns a number value of the element size. 8 in the case of an Float64Array.
Pour des performances optimales sur les navigateurs modernes, utilisez Float32Array ou Float64Array pour indiquer votre intention de stocker des valeurs à virgule flottante.
To achieve consistently high performance on modern browsers use Float32Array or Float64Array to indicate the intent of storing floating point values.
Renvoie le nombre d'éléments contenus dans l'objet Float64Array.
Returns the number of elements hold in the Int16Array.
Renvoie le décalage, exprimé en octets, entre l'objet Float64Array et le début de son ArrayBuffer.
Returns the offset (in bytes) of the Int16Array from the start of its ArrayBuffer.
Renvoie la longueur, exprimée en octets, de l'objet Float64Array depuis le début de son ArrayBuffer.
Returns the length (in bytes) of the Uint8ClampedArray from the start of its ArrayBuffer.
Andere resultaten
Bubbles utilise Float64Arrays pour contenir et mettre à jour le masque occultant appliqué au dessin, qui masque l'image d'arrière-plan.
The example above shows how the Bubbles demo uses Float64Arrays to hold and update the occlusion mask applied to the canvas hiding the background image.
Le constructeur Floa64Array permet de représenter un tableau typé dont les éléments sont des nombres flottants représentés sur 64 bits (ce qui correspond à la représentation du type double en C) dans l'ordre des octets utilisé par la plate-forme.
English (US). The Float64Array typed array represents an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.