Examples with "bool type" and their translation in Duits
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.
If your property can only have two states, e.g., true and false, then you can configure your property as a bool type.
Wenn Ihre Eigenschaft nur zwei Zustände haben kann, z.B. true und false, legen Sie sie als bool Typen fest.
In contrast to the earlier reviewed code, we have here added another variable of the bool type - Arrow that displays signal indicators in the main window of the terminal.
Im Gegensatz zu dem vorher betrachteten Code, haben wir hier eine weitere Variable des bool Typs - Pfeil hinzugefügt, welche die Signalanzeige in dem Hauptfenster des Terminals anzeigt.
If this condition is met, the variables of the bool type CrossGDN and CrossGUP are assigned the values true and false, respectively.
Wenn diese Bedingung erfüllt ist, erhalten die Variablen des bool Typ CrossGDN und CrossGUP die Werte true und false zugewiesen.
For example, if you open the "Bank Server" diagram, you will notice that it contains the boolean type as opposed to the bool type used in C#.
Wenn Sie z.B. das Diagramm "Bank Server" öffnen, werden Sie sehen, dass es anstelle des in C# verwendeten Typs bool den Typ boolean enthält.
Andere resultaten
Binary | operators are predefined for the integral types and bool.
False: The false value of the built-in type bool
False: Der False-Wert des integrierten Typs bool
Return type: bool Returns true if the button is pressed and false otherwise.
Rückgabetyp: bool Gibt true zurück wenn die Taste gedrückt ist und sonst false.
Func<int, string, bool>defines a delegate with two input parameters, int and string, and a return type of bool.
Func<int, string, bool>definiert einen Delegaten mit zwei Eingabeparametern, int und string und einen Rückgabetyp von bool.
If the data type is BOOL, the bit number is required
Lines for data of type BOOL are solid for the value TRUE and dashed for the value FALSE.
Linien für Daten des Datentyps BOOL werden für den Wert TRUE durchgezogen und für den Wert FALSE gestrichelt gezeichnet.
You can specify the following Java data types: bool, int, long, float, double, and String.
In addition to the bit-vector type C - also provides a Boolean type bool, which can be computed by expressions and used for control flow but cannot be stored in a register or in memory.
Neben dem Bitvektor besitzt C - auch den booleschen Typen bool, der zwar bei Ausdrücken als Lösung vorkommen und für die Kontrolle des Programmflusses eingesetzt werden kann, jedoch nicht in einem Register oder im Speicher gespeichert werden kann.
20 21 a comparison of two values, and assign the result to a variable of type bool
20 21 ein Vergleich der beiden Werte, und weisen Sie das Ergebnis auf eine Variable vom Typ bool