Denso RC5 Spécifications Page 451

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 450
Chapter 15 Functions
15-3
INT (Function) [Conforms to SLIM]
Function
Obtains the maximum integer value possible from a designated value.
Format
INT (<Expression>)
Explanation
This statement returns the maximum integer that does not exceed the value of
<Expression>.
If the value overflows, the maximum integer value with the same sign as
<Expression> is applied.
Example
DIM li1 As Integer
li1 = INT(123.456) '
Rounds down after the decimal point and assigns the value to
'integer variable li1.
'123.456->123
Vue de la page 450
1 2 ... 446 447 448 449 450 451 452 453 454 455 456 ... 691 692

Commentaires sur ces manuels

Pas de commentaire