Vertaling van "If-Else" 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.
These were the first steps with "if-else" equations.
Dies waren die ersten Schritte mit „if-else"-Gleichungen.
The screenshot above shows the switch from the data flowchart with simple if-else decisions and function calls that can be extracted even further.
Der obige Screenshot zeigt den Switch aus dem Datenflussdiagramm, mit einfachen if-else Entscheidungen und Funktionsaufrufen, die noch weiter extrahiert werden können.
Multiple If-Else or Simple Switch.
Select Multiple If-Else from the Selection Type drop-down list.
Wählen Sie Mehrere Wenn-Sonst im Listenfeld Auswahltyp aus.
They contain all the instructions in which an object is being used or modified, together with several control structures such as if-else decisions, loops and switches.
Sie beinhalten alle Anweisungen in denen ein Objekt benutzt oder geändert wird und einige Kontrollstrukturen wie if-else Entscheidungen, Schleifen und Switches.
A? expression must not be split to multiple lines (in this case an if-else construct is mandatory).
Der? -Operator darf nicht auf mehrere Zeilen umgebrochen werden (in diesem Fall ist auf jeden Fall if-else zu verwenden).
The bool results of the exists function are passed on to the if-else function which passes on a Y to the target if the node exists, or a N, if the node does not exist.
Die bool-Ergebniss der exists-Funktion werden an die if-else Funktion übergeben, die ein y an das Ziel übergibt, wenn der Node vorhanden ist oder ein N, wenn der Node nicht existiert.
Finally I had the idea to change the "if-else"-equation in such a way that the vehicle always moves to the longest distance.
Schließlich kam ich auf die Idee die „if-else"-Gleichung so zu verändern, dass das Fahrzeug immer auf die weiteste Distanz zufährt.
With if-else or switch you can do that, but in case of changes to the logic, you need to get into the source code and change that.
Dies ist mit if-else bzw. switch möglich, jedoch erfordert es bei jeder Änderung der Logik das Änderen des Quellcodes und dieser steht bei einer kompilierten Anwendung oft nicht zur Verfügung.
Conditional if-else C# Conditional statement in computer programming is used to determine the conditions which must be satisfied by the data event could take place.
Bedingte If-else C# Bedingte Anweisung in der Informatik wird verwendet, um festzustellen, dass die Bedingungen, die durch das Datenereignis erfüllt werden müssen stattfinden konnten.
I've said above that this tends to be faster than the traditional if-else if-chain. Please note that this was measured some time ago.
Ich habe oben gesagt, dass die Performance dieses Codes besser ist als die der traditionellen if-else if-Kette.
I.e., the available Bartels User Language control structures are if, if-else, switch, while, for, do-while, break and continue.
Die verfügbaren Kontrollstrukturen sind somit if bzw. if-else, switch, while, for, do-while, break und continue.
New Pattern Wizard to help create commonly used flow graph constructs, such as if-else and for-loop
Der Pattern Wizard, ein neues Tool zur Erzeugung häufig verwendeter Flowchart-Konstrukte wie if-else oder for-Schleifen