Campbell CSIOPC Spezifikationen Seite 156

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 322
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 155
Section 10. CRBASIC Programming Instructions
10-18
<<
Bit shift left
Syntax
Variable = Numeric Expression >> Amount
>>
Bit shift right
Syntax
Variable = Numeric Expression >> Amount
10.6.2 Logical Operators
AND
Used to perform a logical conjunction on two expressions.
Syntax
result = expr1 And expr2
NOT
Performs a logical negation on an expression.
Syntax
result = NOT expression
OR
Used to perform a logical disjunction on two expressions.
Syntax
result = expr1 Or expr2
XOR
Performs a logical exclusion on two expressions.
Syntax
result = expr1 XOR expr2
IIF
Evaluates a variable or expression and returns one of two results based on the
outcome of that evaluation.
Syntax
Result = IIF(Expression, TrueValue, FalseValue)
IMP
Performs a logical implication on two expressions.
Syntax
result = expression1 IMP expression2
10.6.3 Trigonometric Functions
10.6.3.1 Derived Functions
TABLE 10.6-1 is a list of trigonometric functions that can be derived from
functions intrinsic to CRBASIC.
Seitenansicht 155
1 2 ... 151 152 153 154 155 156 157 158 159 160 161 ... 321 322

Kommentare zu diesen Handbüchern

Keine Kommentare