MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Servisní příručka Strana 36

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 282
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 35
2
Working with the Target Language
2-16
exprexpr Subtracts the two expressions; the operands
must be numeric.
expr<< expr Left shifts the left operand by an amount
equal to the right operand; the arguments
must be integral.
expr>>expr Right shifts the left operand by an amount
equal to the right operand; the arguments
must be integral.
expr > expr Tests if the first expression is greater than
the second expression; the arguments must
be numeric.
expr < expr Tests if the first expression is less than the
second expression; the arguments must be
numeric.
expr >= expr Tests if the first expression is greater than or
equal to the second expression; the
arguments must be numeric.
expr <= expr Tests if the first expression is less than or
equal to the second expression; the
arguments must be numeric.
expr == expr Tests if the two expressions are equal.
expr != expr Tests if the two expression are not equal.
expr & expr Performs the bitwise AND of the two
arguments; the arguments must be integral.
expr ^ expr Performs the bitwise XOR of the two
arguments; the arguments must be integral.
expr | expr Performs the bitwise OR of the two
arguments; the arguments must be integral.
Table 2-3: Target Language Expressions (Continued)
Expression Definition
Zobrazit stránku 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 281 282

Komentáře k této Příručce

Žádné komentáře