Aide:IsNumber.txt

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

Document original V3.3.6.1 :

###Function###
IsNumber

###Description###
Checks if a variable's base type is numeric.

###Syntax###
IsNumber ( variable )


###Parameters###
@@ParamTable@@
variable
	The variable/expression to check.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if expression is not numeric type.
@@End@@


###Remarks###
Variants can be of two base types: Strings and Numbers.  Additionally, a number can be whole (integer) or fractional/floating-point.


###Related###
IsArray, IsFloat, IsInt, IsString, IsBool, IsHWnd, IsBinary, IsPtr


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


Document traduit V3.3.6.1 :

Texte en Français


Traducteur :

Contributeurs (pour les modifications avant le Wiki) :