Multichannel-systems NeuroExplorer Manual do Utilizador Página 283

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

Comentários a estes Manuais

Sem comentários