Denso BHT-200QW Specifiche Pagina 88

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 587
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 87
80
6.3.2 Relational Operators
A relational operator compares two values. Depending upon whether the comparison is true
or false, the operator returns true (–1) or false (0).
With the operation result, you can control the program flow.
The relational operators include the following:
Relational Operators Meanings Examples
=
<> or ><
<
>
<= or =<
>= or =>
Equal to
Not equal to
Less than
Greater than
Less than or equal to
Greater than or equal to
A=B
A<>B
A<B
A>B
A<=B
A>=B
If an expression contains both arithmetic and relational operators, the arithmetic operator has
higher precedence than the relational operator.
Vedere la pagina 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 586 587

Commenti su questo manuale

Nessun commento