MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manuel de service Page 36

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 282
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 281 282

Commentaires sur ces manuels

Pas de commentaire