Aide:Ceiling.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
Ceiling
###Description###
Returns a number rounded up to the next integer.
###Syntax###
Ceiling ( expression )
###Parameters###
@@ParamTable@@
expression
Any valid numeric expression.
@@End@@
###ReturnValue###
Returns the rounded number.
###Remarks###
None
###Related###
Int, Number, Floor, Round
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
Ceiling
###Description###
Retourne un nombre arrondi à l'entier suivant
###Syntax###
Ceiling ( expression )
###Parameters###
@@ParamTable@@
expression
Toute expression numérique valide.
@@End@@
###ReturnValue###
Retourne le nombre arrondi.
###Remarks###
Aucune.
###Related###
<a href="Int.htm">Int</a>, <a href="Number.htm">Number</a>, <a href="Floor.htm">Floor</a>, <a href="Round.htm">Round</a>
###Example###
@@IncludeExample@@
Traducteur : sylvanie
Contributeurs (pour les modifications avant le Wiki) : jbnh, Tlem