What is the translation of " ELEMENTOS DO ARRAY " in English?

array elements
elemento do array
elemento da matriz
elemento do vetor

Examples of using Elementos do array in Portuguese and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Elementos do array podem ser acessados utilizando a sintaxe arraychave.
Array elements can be accessed using the array[key] syntax.
Para fazer referência a qualquer das variáveis,você usa os elementos do array.
To reference any of the variables,you use the array elements.
Os elementos do array, ambos associados e não associados, são retornados por listarray.
The elements of the array, both bound and unbound, are returned by listarray.
Nome de propriedade objeto cujmo valor a preencher com elementos do array.
PropertyName Text Object property name whose value to fill with array elements.
O nÃomero de elementos do array deve ser igual ao nÃomero de registros na tabela.
The number of elements in the array must equal the number of records in the table.
Função: listarray(A) Retorna uma lista dos elementos do array A.
Function: listarray(A) Returns a list of the elements of the array A.
O restante dos elementos do array(pares de chave-valor) especificam os parâmetros que devem ser atrelados à action.
The rest of the array elements(key-value pairs) specify the parameters to be bound to the action.
Recebemos uma mensagem de erro dizendo que couldnít comparar dois elementos do array.
We get an error message saying that it couldnít compare two elements of the array.
Retorna o array consistindo dos elementos do array de$input que combinaram com o dado$pattern.
Returns the array consisting of the elements of the$input array that match the given$pattern.
A substring correspondida pode ser chamada novamente dos elementos do array resultante[1],….
The matched substring can be recalled from the resulting array's elements[1],….
Se uma seleção existir no momento da chamada, os elementos do array são colocados dentro dos registros, baseados na ordem dos arrays e na ordem dos registros.
If a selection exists at the time of the call, the elements of the array are put into the records, based on the order of the array and the order of the records.
O parâmetro modo se utiliza para definir o tratamento global a realizar para os elementos do array.
You use the mode parameter to set the overall processing to be carried out for the array elements.
Selecione a opção arrays se você quiser utilizar elementos do array como linhas do list Box.
Select the Arrays option if you want to use array elements as the rows of the list box.
Precisamos alterar o loop para que ele funcione de 0 a 5, caso contrário não serão incluídos todos os elementos do array.
Then we need to change the loop, so it runs from 0 to 5, or else not all of the elements will be included.
Pode utilizar qualquer nome conforme as convenções de 4D.O parâmetro de tam é o número de elementos do array.O parâmetro tam2 é opcional.
The size parameter is the number of array elements. The size2 parameter is optional.
Isto é, em vez de armazenar um array como uma variável de sessão única,você armazena cada elemento do array como uma variável de sessão que compartilha o mesmo prefixo de chave com outros elementos do array.
That is, instead of storing an array as a single session variable,you store each array element as a session variable which shares the same key prefix with other array elements.
Se algum f_i for o nome de um array oucontém o nome de um array, todos os elementos do array dependem de x_i.
If some f_i is the name of an array orcontains the name of an array, all elements of the array depend on x_i.
Este exemplo cria um array de interprocesso de tipo Imagem ecarrega cada imagem de um dos elementos do array.
This example creates an interprocess array of Picture elements andloads each picture into one of the elements of the array.
Ao invés use o ID numérico do elemento do formulário, ou coloque o nome da variável entre aspas simples euse isso como um índice para os elementos do array, por exemplo.
Use it's numerical form element ID instead, or enclose the variable name in single quotes anduse that as the index to the elements array, for example.
Cada elemento do array deve conter ao menos uma palavra.
Each array element must contain at least one word.
Finalmente, nÃ3s retornamos o elemento do array do índice index.
Finally, we return the element of the array at index index.
As seguintes operaçÃμes de limpeza são executadas em cada elemento do array recursivamente.
The following cleaning operations are performed on each element in the array recursively.
Você pode criar um ponteiro para um elemento do array.
You can create a pointer to an array element.
Depois de executar o comando, cada elemento do array contém o nome de uma folha de estilos.
 After executing the command, each element of the array contains the name of a style sheet.
Cada elemento do array é um objeto JSON contendo as etiquetas e valores dos campos da seleção.
Each element of the array is a JSON object containing the labels and values of the fields of the selection.
Porque assumimos que"f" deve ser uma função parcial computável, qualquer elemento do array pode ser calculado usando"f.
Because"f" is assumed to be a total computable function, any element of the array can be calculated using"f.
Se esta propriedade for definida como true e a entrada for um array,então, cada elemento do array deve existir na coluna destinada.
If this property is true and the input is an array,then every element of the array must exist in the target column.
É importante compreender que o ponteiro aponta para o array,que não aponta para um elemento do array.
It is important to understand that the pointer points to the array;it does not point to an element of the array.
O valor devolvido em postUlt pode ser combinado com o valor devolvido em posPrim para realizar sobre cada elemento do array que coincida com o valor(sob um For… End for) ou para encontrar o número total de ocorrências como o encontraria Count in array porém mais rápido.
The value returned in posLast can be combined with the value returned in posFirst to iterate on each element of the array matching the value(with a For… End for loop) or to find the number of occurrences as would be found by Count in array, but faster.
Cada variável é chamada de elemento do array.
Each variable is called an element of the array.
Results: 319, Time: 0.0347

How to use "elementos do array" in a sentence

Por exemplo: AFILL(aVetor, SPACE(10), 1, 10) // Inicia os 10 primeiros elementos do array unidimensional aVetor com dez espaços em branco.
Nessa situação, qualquer alteração realizada nos elementos do array pela função invocada se refletirá automaticamente no array original.
A função Dobro() multiplica todos os elementos do array aLista por dois.
Arrays podem ainda ter os atributos itemtype e arraysize, para indicar o tipo dos elementos do array e o número de elementos, respectivamente.
Inteiro 64 bits oat32 Real de precisão simples Complexo de precisão simples Complexo de precisão dupla Tabela 8.1: Tipos de dados mais comuns do numpy a.size: Número total de elementos do array a.dtype: Tipo de dados.
Anexar valores ao final de um array Deletando elementos do array.
Quando a função Dobro() é finalizada, a referência aMat é descartada, mas as alterações efetuadas nos valores dos elementos do array aLista são mantidas.
Criando uma matriz identidade Nessa aula iremos aprender a obter elementos do array arbitrariamente através de indexação booleana.
AFILL(aVetor, 0, 11, 20) // Inicia os 10 últimos elementos do array unidimensional aVetor com o valor numérico zero.
O exemplo abaixo demonstra a atribuição de diversos dados em alguns elementos do array aTabela.

Elementos do array in different Languages

Word-for-word translation

Top dictionary queries

Portuguese - English