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

  • 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 282
5.5.13.3. floor Function
floor Function
Returns the largest integer that is less than or equal to the specified number.
Syntax
double floor(double x)
Parameters
Parameter Type Description
x double Numeric value.
Returns
Returns the largest integer that is less than or equal to x.
Comments
None
Usage
NexScript
x = 1.7
y = floor(x)
% y now equals to 1
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 281
Zobrazit stránku 282
1 2 ... 278 279 280 281 282 283 284 285 286 287 288 ... 372 373

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

Žádné komentáře