Multichannel-systems NeuroExplorer Manuale Utente Pagina 283

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 373
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 282
1 2 ... 278 279 280 281 282 283 284 285 286 287 288 ... 372 373

Commenti su questo manuale

Nessun commento