For an array MyArray whose elements are of the Integer type, CLEAR VARIABLE(MyArray) has the same effect as one of the following expressions
Pour un tableau LeTableau dont les éléments sont de type Entier, EFFACER VARIABLE(LeTableau) équivaut à l'une des expressions suivantes
So, of course, the second ones can be a little bit slowlier in execution (but not always, for instance PocketStudio runs just as fast using the integer type or the longint type).
La conséquence évidente est que les seconds peuvent être un peu plus lents à l'exécution (mais pas toujours, par exemple PocketStudio tourne aussi vite avec le type integer qu'avec le type longint).
The Integer type should be your first choice when handling integer numbers.
Le type Integer devrait être votre premier choix lors de la manipulation des nombres entiers.
For mathematical computation or generic code, your best bet is to stick with the standard integral representation for the specific platform - that is, use the Integer type - because this is what the CPU likes best.
Pour les calculs mathématiques ou pour du code générique il vaut mieux se baser sur la représentation standard pour la plate-forme spécifique - c'est -à - dire utiliser le type Integer - parce que le CPU le préfère.
The procedure to serialize the integer type of data is discussed below.
La procédure pour sérialiser le type entier de données est décrite ci-dessous.
Strings containing valid integers will be cast to the integer type.
Les chaînes de caractères contenant un entier valide seront modifiées en un type entier.
If you specify a number beyond the bounds of the integer type, it will be interpreted as a float instead.
Also, an operation which results in a number beyond the bounds of the integer type will return a float instead.
De la même façon, une opération qui résulte en un nombre supérieur au nombre maximal d'un entier, retournera un nombre décimal.
The columns type is defined according to the type of the data entered into the second row, i.e. if the integer value is written in the second row that column will be of the integer type.
Le type de colonnes est défini selon le type de données saisies dans la deuxième rangée, c'est à dire si la valeur entière est écrite dans la deuxième rangée de cette colonne sera de type integer.
Strings containing valid decimal integers, unless the number is preceded by a + sign, will be cast to the integer type.
Les chaînes de caractères contenant un entier valide, sauf si le nombre est précédé d'un signe + seront modifiées en un type entier.
First of all we may wish to work with a string variable that will be the length of the largest number +1 (for minus sign), or we can create our own readln procedure/function that will specialize with the integer type.
En premier lieu, nous pouvons désirer travailler avec une variable chaîne qui sera de la taille du nombre le plus grand +1 (pour le signe moins), ou nous pouvons créer notre propre procédure/fonction ReadLn qui se spécialisera avec le type entier.
The source code (L0) comprises at least one integer-type variable and, during the step (120; 130) of generating the second executable file (L2), the integer type of the or each variable is converted into the floating type.
Le code source (L0) comporte au moins une variable du type entier et, lors de l'étape (120; 130) de génération du second exécutable (L2), le type entier de la ou chaque variable est converti en type flottant.
If PHP encounters a number beyond the bounds of the integer type, it will be interpreted as a float instead.
Si PHP rencontre un nombre supérieur au maximal d'un entier, il sera interprété comme un nombre décimal.