Remote-processing CAMBASIC Manual do Utilizador Página 99

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 208
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 98
Commands - 66
INT
Numeric Fun ction
SYNTAX: a = INT(b)
PURPOSE: To return an integer that is equal to or less tha n the argument.
REMARK S: The integer portion is stored in variable “a” as a floating point number.
RELATED: MOD , "\" integer divide
EXAMPLE: PRINT INT(45.67)
45
PRINT INT(–15.02)
–16
To produce true rounding to the closest whole number, use the following syntax:
A=INT(B+0.5)
Adding 0. 5 provides the true r ounding and emulates the C INT function found in other BASICs.
ERROR: none
Vista de página 98
1 2 ... 94 95 96 97 98 99 100 101 102 103 104 ... 207 208

Comentários a estes Manuais

Sem comentários