Vertaling van "boolean data" 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.
Each cell can be used to store data in a specific format, including string, alphanumeric, or even boolean data.
Cada celda puede ser utilizado para almacenar los datos en un formato específico, incluyendo cuerdas, alfanumérica, o incluso datos booleanos.
several new data types, including long long int (to reduce the pain of the looming 32-bit to 64-bit transition), an explicit boolean data type, and a complex type representing complex numbers
Muchos tipos de datos, incluyendo long long int (para reducir el engorro de la transición de 32 bits a 64 bits), un tipo de datos booleano, y un tipo complex que representa números complejos.
Introduce the boolean data type.
Explaination The boolean data type can take either true or false, but its "size" isn't precisely defined.
El tipo de datos boolean puede tomar ya sea verdadera o falsa, pero su "tamaño" no está definido con precisión.
In our case, we have defined the Prime() function to return a boolean data type, so we must include at some point either the statement return(true) or return(false) to return the result to the caller.
Declaramos la función Primo () como bool, o sea va a devolver un valor bool y por eso en algún punto tendremos que usar la instrucción return(true) o return(false) para devolver un resultado a quien la llame.
'Are your married?' or 'yes/no' questions (= boolean data type)
The practical reason for this is that we often have to make decisions to choose one path or another depending on whether a given condition is met. This condition must be evaluated to logic true or logic false, that is, to a boolean data type.
La razón práctica es que con frecuencia hay que tomar decisiones para seguir un camino u otro en función de que se cumpla una condición dada; Esta condición se debe evaluar necesariamente, a True o False para tomar una decisión sin duda posible.
In the previous chapter we introduced the boolean data type, emphasizing that it can only hold two kind of values: true or false.
En la sesión anterior presentamos el tipo de variable bool destacando que solo puede tomar dos valores: True o False.
Since the WetData data manipulator represents boolean data, by removing it we set the wetness of the block (if it has any) to false.
Como el manipulador de datos WetData representa datos booleanos, al eliminarlos establecemos la humedad del bloque (si tiene alguno) en falso.
For a boolean data type. (New with C99)
Changes in representation of Boolean data type.
Please note that replacements can not be made in Boolean data types, primary keys and other unmodifiable text.
Tenga en cuenta que las sustituciones no se pueden hacer en los tipos de datos booleanos, claves primarias y otro texto modificable.
In addition to Boolean data, the interpreter can also return numerical data, sets, etc. so it can be use as a query over meta-models and/or models.
El intérprete además de la devolución de datos booléanos también permite la devolución de datos numéricos, conjuntos, etc. por lo que puede usarse como query sobre los meta-modelos y/o los modelos.