Vertaling van "typed array" 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.
You can assign a typed array to a var.
Elements that are appended to the typed array after the call to find begins will not be visited by callback.
Les éléments qui sont ajoutés au tableau typé après que l'appel à find ait commencé ne seront pas traités par callback.
TypedArray is one of the typed array types here.
Pour la suite de cet article TypedArray correspond à l'un des types de tableaux typés.
TypedArray is one of the typed array types here.
Dans le reste de l'article, TypedArray correspond à l'un des types de tableaux typés.
The constructor of a typed array has the form
Le constucteur d'un tableau typé a la forme
Testing size of all typed array elements
Tester la taille des éléments d'un tableau typé
Stores multiple values in the typed array, reading input values from a specified array.
Enregistre plusieurs valeurs dans le tableau typé à partir de valeurs d'un autre tableau.
Returns an array of typed array stored in each row with the values of belonging to the group.
Retourne un tableau d'un tableau typé stocké dans chaque ligne avec les valeurs d'appartenance au groupe.
The first typed array element becomes the last and the last becomes the first.
Le premier élément du tableau typé devient le dernier, le dernier élément devient le premier et ainsi de suite.
The every() method tests whether all elements in the typed array pass the test implemented by the provided function.
La méthode every() teste si tous les éléments du tableau typé satisfont une condition implémentée par la fonction de test fournie.
A view provides a context - that is, a data type, starting offset, and number of elements - that turns the data into an actual typed array.
Une vue fournit un contexte, c'est-à-dire un type de donnée, un indice de départ et un nombre d'éléments, qui permet de traiter les données initiales comme un vrai tableau typé.
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
Cette méthode implémente le même algorithme que détermine si un tableau typé possède un certain élément et renvoie true ou false selon le cas de figure.
When there is only one element, there is no difference between the constructor of typed array and the constructor of a scalar
Quand il y a un seul élément, il n'y a pas de différence entre une constructeur de tableau typé et un constructeur scalaire