Vertaling van "cada 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.
Realizamos una operación con cada array y guardamos los resultados
applied a different operation for each array and stored the results
Sin embargo, pensando en la compilación de la aplicación, le recomendamos declarar explícitamente cada array.
However, in the interest of compiling the application, we recommend that you explicitly declare each array.
Debe asegurarse de que cada array tenga el mismo número de elementos que los otros.
You should make sure that each array has the same number of elements as the others.
Función de retrollamada a ejecutar para cada elemento de cada array. array1
Callback function to run for each element in each array. array1
El depurador muestra cada array con un nivel jerárquico adicional; esto le permite obtener o cambiar los valores de los elementos del array, si los hay.
The debugger displays each array with an additional hierarchical level; this enables you to obtain or change the values of the array elements, if any.
Si es igual a 0, la fila se añade al principio de cada array.
If it is equal to 0, the command adds the row(s) at the beginning of each array.
En este caso, tam especifica el número de filas y tam2 el número de columnas de cada array.
In this case, size specifies the number of rows and size2 the number of columns in each array.
El valor "red" no es devuelto porque en $array1 su clave es 0 mientras que la clave de "red" en $array2 es 1; la clave "b" no es devuelta debido a que sus valores son diferentes en cada array.
The value "red" is not returned because in $array1 its key is 0 while the key of "red" in $array2 is 1, and the key "b" is not returned because its values are different in each array.
Cada array se digita de acuerdo al tipo de campo.
Each array is typed according to the field type.
Cada array es definido de acuerdo al tipo de campo.
Each array is typed according to the field type.
En awk los arrays son asociativos lo que en la practica se traduce en que cada array es una colección de parejas índice - valor, siendo el índice cualquier valor numérico o cadena de texto, donde el orden es irrelevante.
In awk the arrays are associative, each one is a collection of pairs, index - value, where the any number or string can be an index.
Si el comando se ejecuta correctamente, el tamaño de cada array resultante es igual a (fin-inicio)+1, excepto si el parámetro fin es superior al número de registros en la selección.
If the command is successful, the size of each resulting array is equal to (end-start)+1, except if the end parameter exceeded the number of records in the selection.
En tal caso, cada array resultante contiene (Registros en selección([...])-inicio)+1 elementos.
In such a case, each resulting array contains (Records in selection([...])-start)+1 elements.