Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 284

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 283
5.5.13.4. ceil Function
ceil Function
Returns the smallest integer that is greater than or equal to the specified number.
Syntax
double ceil(double x)
Parameters
Parameter Type Description
x double Numeric value.
Returns
Returns the smallest integer that is greater than or equal to x.
Comments
None
Usage
NexScript
x = ceil(1.01)
% x now equals to 2
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 282
Przeglądanie stron 283
1 2 ... 279 280 281 282 283 284 285 286 287 288 289 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag