A currency is a numeric type used to represent money value in a field.
La devise est un type numérique utilisé pour représenter la valeur de l'argent dans un champ.
For a member variable of a numeric type, you can just assign the desired constant to each.
Pour une variable membre d'un type numérique, vous pouvez juste assigner la constante désirée à chacune.
The numeric type can store fractional components, as would be typical of monetary amounts.
Le type numeric peut stocker des composants fractionnels comme on pourrait s'y attendre de montants monétaires.
However, the numeric type is very slow compared to the floating-point types described in the next section.
Néanmoins, le type numeric est très lent comparé aux types à virgule flottante décrits dans la section suivante.
Lua has only one numeric type, which is typically represented internally as a double-precision floating-point value.
Lua n'a qu'un seul type de nombre représenté en interne par des nombres à virgule flottante double précision.
By using the smallest numeric type (for us it was float) we can optimize the index further.
En utilisant le type de nombre le plus petit (dans notre cas, il s'agissait de Float), nous pouvons optimiser l'index davantage.
The decimal type is similar to the numeric type.
Each argument may be any numeric type (including complex).
Chaque argument peut être de n'importe quel type numérique (même complexe).
If the column is a numeric type, you should pay attention to the number you type.
Si la colonne est un type numérique, vous devriez prêter l'attention au nombre que vous dactylographiez.
Since the numeric type can deal with almost arbitrary precision, converting a numeric variable into other types might cause underflow.
Comme le type numeric peut travailler avec une précision quasi-arbitraire, convertir une variable numeric vers d'autres types peut causer un soupassement.
Since the decimal type is implemented as a limited version of the numeric type, overflow cannot occur with this conversion.
Comme le type décimal est implémentée comme une version limitée du type numeric, un dépassement ne peut pas se produire lors de cette conversion.
For example, a range over the numeric type is continuous, as is a range over timestamp.
Par exemple, un intervalle de type numeric est continu, comme l'est un intervalle de type timestamp.
If you require exact storage and calculations (such as for monetary amounts), use the numeric type instead.
Si vous avez besoin d'un stockage et de calculs exacts, comme pour les valeurs monétaires, utilisez plutôt le type numeric.