Vertaling van "Float64Array" in Frans
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.
Returns a number value of the element size. 8 in the case of an Float64Array.
Renvoie un nombre traduisant la taille de l'élément en octets, 8 dans le cas d'un Float64Array.
This is the Float64Array constructor by default.
Draft ECMAScript 2017 changed the Float64Array constructor to use the ToIndex operation and allows constructors with no arguments.
ECMAScript 2017 a modifié le constructeur Uint8ClampedArray afin qu'il utilise l'opération ToIndex et qu'il puisse être utilisé sans argument.
To achieve consistently high performance on modern browsers use Float32Array or Float64Array to indicate the intent of storing floating point values.
Pour des performances optimales sur les navigateurs modernes, utilisez Float32Array ou Float64Array pour indiquer votre intention de stocker des valeurs à virgule flottante.
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.
Andere resultaten
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.
Bubbles utilise Float64Arrays pour contenir et mettre à jour le masque occultant appliqué au dessin, qui masque l'image d'arrière-plan.
Returns the offset (in bytes) of the Float32Array from the start of its ArrayBuffer.
The Float32Array typed array represents an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Le tableau typé Float32Array représente un tableau de nombres flottants représentés sur 32 bits (ce qui correspond au type C float), l'ordre des octets utilisés étant celui de la plate-forme.
Schedules the values of the AudioParam to follow a set of values, defined by the values Float32Array scaled to fit into the given interval, starting at startTime, and having a specific duration.
Planifie des valeurs de AudioParam à suivre un jeu de valeurs, définie par les valeurs Float32Array, mises à l'échelle pour s'adapter dans l'intervalle donné, à partir de startTime et ayant une duration spécifique.
Returns a Float32Array containing the PCM data associated with the channel, defined by the channel parameter (with 0 representing the first channel).
Retourne un Float32Array contenant les données PCM associés au canal, défini par l'index du canal (0 représentant le premier canal).
The getChannelData() method of the AudioBuffer Interface returns a Float32Array containing the PCM data associated with the channel, defined by the channel parameter (with 0 representing the first channel).
La méthode getChannelData() de l'interface AudioBuffer renvoie un Float32Array contenant les données PCM associées au canal spécifié (0 correspondant au premier canal).