Aide:Dec.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
Dec

###Description###
Returns a numeric representation of a hexadecimal string.

###Syntax###
Dec ( "hex" )


###Parameters###
@@ParamTable@@
hex
	The hexadecimal string to convert.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns a integer.
Failure:	Returns 0 sets @error to 1 an invalid hex string was used or if an overflow occurs.
@@End@@


###Remarks###
The function only works with numbers that fit in a 32 bit signed integer (-2147483648 to 2147483647)


###Related###
Hex


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
Dec

###Description###
Retourne une représentation numérique d'une chaîne hexadécimale.


###Syntax###
Dec ( "hex" )


###Parameters###
@@ParamTable@@
hex
	La chaîne hexadécimale à convertir.
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne un nombre entier.
Échec:	Retourne 0 et met @error à 1 si une chaîne hexadécimale invalide a été utilisée, ou si un débordement a lieu.
@@End@@


###Remarks###
La fonction ne fonctionne qu'avec les nombres correspondant à un entier signé de 32 bits (-2147483648 à 2147483647)


###Related###
<a href="Hex.htm">Hex</a>


###Example###
@@IncludeExample@@


Traducteur : Tlem