Vertaling van "al array" 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.
Los elementos que se agregarán al array, empezando en el índice start.
Esto se realiza asignando valores al array, especificando la clave entre corchetes.
This is done by assigning values to the array, specifying the key in brackets.
Añade al array un elemento con la clave y valor dados
Adds element with the given key and value to the array
Para asignar valores al array, vamos a indicar que
To assign values to the array, we're going to indicate that
En este caso, solamente los argumentos al final que no coincidan con un argumento posicional serán añadidos al array generado por...
In this case, only the trailing arguments that don't match a positional argument will be added to the array generated by...
Empecemos mapeando cada número al array 1... n
Let's start by mapping each number to the array 1... n
un puntero al array de la propiedad solicitada, definido por el usuario.
a pointer to the array of the requested property, defined by the user.
Una vez que copió los datos al «espejo», puede agregar el disco antiguo al array.
Once the data have been copied to the "mirror", the old disk can be added to the array.
Esta función necesita un parámetro: un puntero al array cuyo tamaño de memoria queremos conocer.
This function requires a parameter: a pointer to the array whose memory size we want to know.
El parámetro arrp es la dirección del puntero al array, mientras que size es el número de elementos del array.
The argument arrp is the address of the pointer to the array, while size is the element count of the array.
Esas opciones pueden exportarse e importarse añadiendo tu clave de opción al array de opciones que se exportará, como puedes ver a continuación.
Those options can be exported and imported by adding your option key to the array of options that will be exported as shown below.
Añadir filtros adicionales a las condiciones es tan simple como añadir pares clave/valor adicionales al array
Adding additional filters to the conditions is as simple as adding additional key/value pairs to the array
Abajo, añadimos otro elemento al array, y fijamos su valor al contenido de un elemento ya existente
Below, we add another element to the array, and set its value to the contents of an already existing element