EAGLE Help

Bedingter Ausdruck


Ein bedingter Ausdruck verwendet den Conditional-Operator, um eine Entscheidung innerhalb eines Ausdrucks zu treffen.

Beispiel

int a;
// ...code that calculates 'a'
string s = a ? "True" : "False";

Index Copyright © 1999 CadSoft Computer GmbH