Apple Final Cut Pro 5 Uživatelský manuál Strana 286

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 376
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 285
286 Appendix A
Operators
The following table lists all the operators that can be included in your scripts.
Note: Numbers are assumed to be floating-point unless preceded by “0x,” which denotes
hexadecimal.
Operator Meaning
+ Add (This operator can also be used to indicate a positive number.)
Subtract (This operator can also be used to indicate a negative number.)
* Multiplication
/ Division
! or not Logical NOT
~ Bitwise NOT
% or mod Modulo
== Equal
!= Not equal
< Less than
> Greater than
<= Less than or equal to
>= Greater than or equal to
<< Shift left
>> Shift right
& Bitwise AND
| Bitwise OR
ˆ or xor Bitwise XOR
&& or and Logical AND
|| or or Logical OR
? and : <conditional> ? <value 1> : <value 2>
If the conditional is true, it will return value 1; if it is false, it will return value 2.
Zobrazit stránku 285
1 2 ... 281 282 283 284 285 286 287 288 289 290 291 ... 375 376

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

Žádné komentáře