Vertaling van "un array es" 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.
Crear un total acumulado de un array es una operación rutinaria.
Creating a running total of an array is a common operation.
Es muy útil saber si un array es indexado o asociativo.
It is handy to know whether an array is indexed or an associative.
La asignación a un array es una de ellas
Una forma de evitar este problema es hacer uso del hecho que un array es un tipo de referencia.
One way to avoid this problem is to make use of the fact that an array is a reference type.
El uso del bucle for in en un array es señal de un código mal escrito propenso a errores y un mal desempeño.
The use of for in on an array is a sign of badly written code that is prone to bugs and bad performance.
El largo de un array es establecido cuando este es creado.
The length of an array is established when the array is created (at runtime).
Una de las curiosidades de leer una matriz de teclas y después asignar un carácter contenido en un array es que podemos redefinir el valor de las teclas sin más que cambiar el contenido del array.
One of the curiosities of reading a key matrix and then assign a character contained in an array is that we can redefine the value of the keys without changing the contents of the array.
Crear una copia fresca de un array es una operación demasiado costosa, en términos tanto de tiempo como de sobrecosto de memoria, como para considerarla para uso ordinario; en su lugar, los desarrolladores a menudo usan como recurso ArrayList.
Making a fresh copy of an array is too expensive an operation, in terms of both time and memory overhead, to consider for ordinary use; developers often resort to using a synchronized ArrayList instead.
La ventaja de ArrayList por sobre un array común es que es expansible, es decir que crece a medida que se le añaden elementos (mientras que el tamaño de un array es fijo desde su creación).
The advantage of ArrayList over a simple array is that it's expansible, meaning that it grows as you add elements (while the size of an array is fixed since its creation).
Un array es una variable que puede albergar varios elementos.
An array is a variable that can contain multiple elements.
Un array es un objeto de tipo colección, que también se denomina contenedor.
An array is a collection object type, also called container.
Un array es una colección de elementos a los que se puede acceder por su índice.
An array is a collection of elements which can be accessed by one or more index values.
Un array es una colección de datos.
An array is a data type that contains a set of data.