Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 252

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 251
5.5.8.22. IntOr Function
IntOr Function
Creates a new Interval Variable that contains unions of the intervals of intervalVar1 and intervalVar2.
Syntax
variableReference IntOr(intervalVar1, intervalVar2)
Parameters
Parameter Type Description
intervalVar1 variableReference Reference to the interval variable.
intervalVar2 variableReference Reference to the interval variable.
Returns
Reference to the new interval variable.
Comments
Creates a new Interval Variable that contains unions of the intervals of intervalVar1 and intervalVar2
Usage
NexScript
doc = GetActiveDocument()
doc.Trials1and2 = IntOr(doc.Trials1, doc.Trials2)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 250
Przeglądanie stron 251
1 2 ... 247 248 249 250 251 252 253 254 255 256 257 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag