Vertaling van "type numeric" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Constants that contain decimal points and/or exponents are always initially presumed to be type numeric.
Les constantes contenant des points décimaux et/ou des exposants sont toujours présumées de type numeric.
The type numeric can store numbers with a very large number of digits and perform calculations exactly.
Le type numeric peut stocker des nombres contenant un très grand nombre de chiffres et effectuer des calculs exacts.
To declare a column of type numeric use the syntax
Pour déclarer une colonne de type numérique, il faut utiliser la syntaxe.
Since numeric constants with decimal points are initially assigned the type numeric, the following query will require no type conversion and therefore might be slightly more efficient
Puisque le type numérique est initialement assigné aux constantes numériques avec un point décimal, la requête suivante ne requièrera pas une conversion de types et pourra par conséquent être un peu plus efficace
The type numeric can store numbers with a very large number of digits and perform calculations exactly.
Le type numeric peut stocker des nombres avec jusqu'à 1000 chiffres significatifs et effectuer des calculs exacts.
There is only one round function that takes two arguments; it takes a first argument of type numeric and a second argument of type integer.
Il n'existe qu'une seule fonction round avec deux arguments (le premier est de type numeric, le second est de type integer).
A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected.
Une référence simple à une cellule vide est toujours affichée comme 0 numérique mais n'est plus nécessairement de type numérique, ainsi les comparaisons avec les cellules de références fonctionnent aussi comme elles le doivent.
The literal 1.2 is of type numeric, and the integer value 1 can be cast implicitly to numeric, so that type is used.
Le littéral 1.2 est du type numeric et la valeur 1, de type integer, peut être convertie implicitement vers un type numeric, donc ce type est utilisé.
The type numeric can store numbers with up to 1000 digits of precision and perform calculations exactly.
Nombres à précision arbitraire Le type numeric peut stocker des nombres contenant un très grand nombre de chiffres.
The type numeric can store numbers of practically unlimited size and precision, while being able to store all numbers and carry out all calculations exactly.
Nombres à précision arbitraire Le type numeric peut stocker des nombres contenant un très grand nombre de chiffres.
To work with function arguments of type numeric, a 2.3.x installation must include the separately-available cdecimal module; note the PL/Python regression tests will not pass if that is missing.
Pour fonctionner avec des arguments de fonction de type numeric, une installation 2.3.x doit inclure le module disponible séparément cdecimal; il est à noter que les tests de régression de PL/Python échoueront s'il est manquant.
However, some details of the type specification (e.g., the precision field for type numeric) are the responsibility of the underlying function implementation and are silently swallowed (i.e., not recognized or enforced) by the CREATE FUNCTION command.
Néanmoins, quelques détails de spécification de type (c'est-à-dire le champ précision pour le type numeric) sont de la responsabilité de l'implémentation de la fonction sous-jacente et sont silencieusement avalés (c'est-à-dire non reconnus ou forcés) par la commande CREATE FUNCTION.
Arbitrary Precision Numbers The type numeric can store numbers with up to 1,000 digits of precision and perform calculations exactly.
Nombres à précision arbitraire Le type numeric peut stocker des nombres contenant jusqu'à 1000 chiffres significatifs et effectuer des calculs exacts.