Boolean objects
Adaugă în listă
Exemple pentru "Boolean objects"
Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
Defines a property that is shared by all Boolean objects .
Creating Boolean objects with an initial value of true
Boolean objects simulate switches, push buttons, and LEDs.
Alte rezultate
Use the following syntax to create a boolean object .
Returns the primitive value of the Boolean object .
Sobreescribe el método Devuelve el valor primitivo de un objeto Boolean .
Returns the primitive value of the Boolean object .
Here is a list of the properties of Boolean object - Property Description
Aquí está una lista de las propiedades del objeto Boolean - Propiedad Descripción
In the following sections, we will have a few examples to illustrate the properties of Boolean object .
En las siguientes secciones, vamos a tener unos pocos ejemplos para ilustrar las propiedades de objeto Boolean .
If the Boolean object is a false object , the conditional statement evaluates to false.
Si el objeto Boolean es un objeto false, la sentencia condicional se evalúa como false.
Do not use a Boolean object to convert a non-boolean value to a boolean value.
Returns a string containing the source of the Boolean object ; you can use this string to create an equivalent object .
Devuelve una cadena que contiene la fuente del objeto Boolean ; puede utilizar esta secuencia para crear un objeto equivalente.
Do not confuse the primitive boolean values true and false with the true and false values of the Boolean object .
No se deben confundir los valores primitivos booleanos true y false con los valores true y false del objeto Boolean .
Do not use a Boolean object in place of a Boolean primitive.