Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 304

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 303
5.5.13.24. BitwiseOr Function
BitwiseOr Function
Returns the result of the bitwise OR operation.
Syntax
double BitwiseOr(value1, value2)
Parameters
Parameter Type Description
value1 double Numeric value.
value2 double Numeric value.
Returns
Result of the bitwise OR operation.
Comments
value1 and value2 are converted to integers and then the bitwise OR operation is applied to these
integers.
Usage
NexScript
x = BitwiseOr(2, 1)
% x now equals to 3
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 302
Przeglądanie stron 303
1 2 ... 299 300 301 302 303 304 305 306 307 308 309 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag