Multichannel-systems NeuroExplorer Uživatelský manuál Strana 286

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 373
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 285
5.5.13.6. abs Function
abs Function
Returns absolute value of the specified number.
Syntax
double abs(double x)
Parameters
Parameter Type Description
x double Numeric value.
Returns
Returns absolute value of x.
Comments
None
Usage
NexScript
% this script tests abs function
x = -2
ax = abs(x)
% ax equals to 2
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 284
Zobrazit stránku 285
1 2 ... 281 282 283 284 285 286 287 288 289 290 291 ... 372 373

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

Žádné komentáře