Vertaling van "typed array" in Spaans
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.
Stores multiple values in the typed array, reading input values from a specified array.
Almacena múltiples valores en el array, leyendo los valores de entrada de un array específico.
If negative, it is taken as the offset from the end of the typed array.
Si el valor es negativo, se toma restando posiciones desde el final del array.
The some() method tests whether some element in the typed array passes the test implemented by the provided function.
El método filter() crea un nuevo array con todos los elementos que cumplan la condición implementada por la función dada.
array The typed array reduce was called upon.
array El array sobre el cual se llamó el método reduce.
Return a portion of an existing typed array
Ejemplo: Devolver una porción de un array existente
Parameters callback Function that produces an element of the new typed array, taking three arguments
Parámetros callback Función que se ejecuta sobre cada valor en el array, tomando tres argumentos
A string representing the elements of the typed array. Description
Una cadena de caracteres representando los elementos del array. Descripción
If the index is greater than or equal to the length of the typed array, the whole typed array will be searched.
Si el índice es mayor o igual a la longitud del array, devuelve -1, ya que no se buscaría en el array.
Note that even when the index is negative, the typed array is still searched from back to front.
Hay que tener en cuenta que aunque el índice sea negativo, la búsqueda seguirá realizándose en un orden incremental.
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.
Una vista provee un contexto - que es, un tipo de dato, despalzamiento de inicio, y numero de elementos - que vuelven los datos en un vector tipado real.
The some() method tests whether some element in the typed array passes the test implemented by the provided function.
Ver también El método every() verifica si todos los elementos en el arreglo pasan la prueba implementada por la función dada.
Example for creating a URL to a typed array using a blob
The following code reads the content of a Blob as a typed array.
El siguiente código lee el contenido de un Blob como un arreglo tipado.