Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 303

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 302
5.5.13.23. BitwiseAnd Function
BitwiseAnd Function
Returns the result of the bitwise AND operation.
Syntax
double BitwiseAnd(value1, value2)
Parameters
Parameter Type Description
value1 double Numeric value.
value2 double Numeric value.
Returns
Result of the bitwise AND operation.
Comments
value1 and value2 are converted to integers and then bitwise AND operation is applied to these
integers.
Usage
NexScript
x = BitwiseAnd(7, 1)
% x now equals to 1
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 301
Seitenansicht 302
1 2 ... 298 299 300 301 302 303 304 305 306 307 308 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare