Vertaling van "int value" 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.
Java: parse int value from a char
Assigns the specified int value to each element of the specified array of ints.
Asigna el valor int especificado a cada elemento de la matriz especificada de enteros.
Debugging might be necessary if an unexpected int value appears in the output.
Puede ser necesario depurar si aparece un valor entero inesperado en la salida.
The strtoull() function works just like the strtoul() function but returns an unsigned long long int value. RETURN VALUE
La función strtoull() hace el mismo trabajo que la función strtoul() pero devuelve un valor entero de tipo long long.
i: an int value used to set the size and index of the line
i: un valor int utilizado para establecer el tamaño y el índice de la línea
It produces an int value, either 0 or 1; depending on the expression specified in parentheses.
Se produce un valor int, ya sea 0 o 1; dependiendo de la expresión especificada entre paréntesis.
Thus, each element in ptr, now holds a pointer to an int value.
Por lo tanto, cada elemento en el PTR, tiene ahora un puntero a un valor int.
For example, the Integer class encapsulates an int value and provides a number of helpful methods for manipulating integer data values.
Por ejemplo, la clase Integer encapsula un valor int y proporciona una serie de métodos útiles para manipular valores de datos enteros.
When you pass the Partition transform as an argument to apply, you'll need to provide an int value with the number of result partitions that you want, and a PartitionFn that represents the partitioning function.
En el código de ejemplo siguiente, se tienes que proporcionar un valor int con la cantidad de particiones resultantes que quieres y una PartitionFn que represente la función de partición.
For example, ("Zara Ali", "Hyderabad", 10) is a 3-tuple with two string values and an int value, it has the type (string string int).
Por ejemplo, ("Zara Ali?, "Hyderabad?, 10) es un 3-tupla con dos valores de cadena y un valor entero, que tiene el tipo (cadena cadena int).
The int value returned by the Query.executeUpdate() method indicates the number of entities effected by the operation.
Esto se logra agregando la palabra clave VERSIONED después de la palabra clave El valor int retornado por el método Query.executeUpdate() indica el número de entidades afectadas por la operación.
Checking for a null int value from a Java ResultSet
Comprobación de un valor int nulo de un ResultSet de Java
The remainder of the string is converted to a long int value in the obvious manner, stopping at the first character which is not a valid digit in the given base.
El resto de la cadena se convierte en un entero de tipo long de una forma evidente, parándose la conversión en el primer carácter que no es un dígito válido en la base dada.