Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 285

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 284
5.5.13.5. round Function
round Function
Rounds the specified number to the nearest integer.
Syntax
round(double x)
Parameters
Parameter Type Description
x double Numeric value.
Returns
Returns the integer that is closest to x
Comments
None
Usage
NexScript
y = round(1.3)
% y now is 1
y = round(1.6)
% y now is 2
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 283
Seitenansicht 284
1 2 ... 280 281 282 283 284 285 286 287 288 289 290 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare