Vertaling van "typed arrays" 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.
arrays.xml for resource arrays (typed arrays).
They are super handy if you need a generalized buffer of raw data, but the real power behind these guys is that you can create "views" of the underlying data using JavaScript typed arrays.
Es muy práctico si necesitas un búfer generalizado de datos sin procesar, pero el verdadero potencial radica en que puedes crear "vistas" de los datos subyacentes mediante matrices JavaScript.
Support has been added for JavaScript typed arrays; this allows you to manipulate buffers containing raw data using native data types.
Se ha añadido la compatibilidad para las matrices de tipo JavaScript, lo que te permite manipular los búferes que contienen datos sin procesar utilizando tipos de datos nativos.
However, typed arrays are not to be confused with normal arrays, as calling Array.isArray() on a typed array returns false.
Sin embargo, los vectores tipados no deben ser confundidos con vectores normales, al llamar Array.isArray() en un vector tipado retorna false.
Click here to see how JavaScript typed arrays used with File APIs to read and view binary files.
Pulsa aquí para ver un ejemplo del uso de arrays con tipo en JavaScript junto con la API File para leer y visualizar archivos binarios.
Typed Arrays provide a means to look at raw binary contents of data through a particular typed view.
Typed Arrays nos ofrece un medio para ver el contenido binario plano de un archivo mediante alguna vista específica adaptada a un tipo de datos.
An important new scenario enabled by Typed Arrays is to read and render the contents of custom binary file formats that are not natively supported by the browser.
Uno de los escenarios más interesantes que nos abre Typed Arrays es la posibilidad de leer y presentar en pantalla el contenido de formatos de archivo binarios no soportados de forma nativa por el navegador.
Before we can use the Typed Arrays APIs to work with the contents of files, we need to use browser APIs to get access to the raw data.
Antes de que pongamos las APIs de Typed Arrays a trabajar con los contenidos de nuestros archivos necesitamos que las APIs del navegador puedan acceder a los datos en bruto.
As well as the various array types introduced above, Typed Arrays also provide a DataView object that can be used to read and write the contents of an ArrayBuffer in an unstructured way.
Al igual que con los distintos tipos de arrays que comentábamos antes, Typed Arrays nos ofrece también un objeto DataView que podemos utilizar para leer y escribir los contenidos en un ArrayBuffer de manera no estructurada.
JavaScript typed arrays give you access to raw binary data from within JavaScript; this lets you manipulate GL textures, game data, or anything else, even if it's not in a native JavaScript format.
Permite crear gráficos JavaScript; Esto le permite manipular texturas GL, datos de juego, o cualquier otra cosa, incluso si no está en un formato JavaScript nativo.