Multichannel-systems NeuroExplorer Manual do Utilizador Página 285

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 284
1 2 ... 280 281 282 283 284 285 286 287 288 289 290 ... 372 373

Comentários a estes Manuais

Sem comentários