Vertaling van "ser null" 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.
Este valor puede ser null si la implementación no puede proporcionar la información.
This value can be null if the implementation cannot provide the data.
Si no hay ningún parámetro, parameters deberá ser null.
If there are no parameters, parameters should be null.
En C y C++ los punteros son variables que almacenan direcciones y pueden ser null.
In C and C++ pointers are variables that store addresses and can be null.
Esto puede ser null, pero, como se muestra arriba, el objeto de escucha se usa para configurar las cosas una vez que se establece la llamada.
This can be null, but as shown above, the listener is used to set things up once the call is established.
Si la implementación no puede proporcionar información sobre la velocidad, el valor de este atributo debe ser null (nulo).
If the implementation cannot provide speed information, the value of this attribute must be null.
El tercer parámetro es el tipo del marcador que valdrá 0 normalmente, y el último parámetro es la codificación de caracteres del documento que estamos añadiendo a marcadores, que puede ser null.
The third parameter is the bookmark type which will normally be 0 and the last parameter is the character encoding of the document being bookmarked, which may be null.
El comando no puede ser null.
The class cannot be null.
Este valor puede ser null.
This value can be null.
No debe ser null.
Must not be null.
El comando no puede ser null.
Command cannot be null.
Esto puede ser null.
This may be null.
Argumento no puede ser null.
The characteristic cannot be null.
Ahora, los tipos simples no pueden ser null o undefined, y por tanto, las variables que admintan esos valores deberán ser declaradas como tal, usando la unión de tipos.
Now, simple types cannot be null or undefined, and in order to admit those values, you need to redefine them by using join of types.