###Function###
Floor
 
###Description###
Retourne un nombre arrondi  l'entier infrieur le plus proche.
 
 
###Syntax###
Floor ( expression )
 
 
###Parameters###
@@ParamTable@@
expression
	Toute expression numrique valide.
@@End@@
 
 
###ReturnValue###
Retourne le nombre arrondi.
 
 
###Remarks###
Aucune.
 
 
###Related###
<a href="Int.htm">Int</a>, <a href="Number.htm">Number</a>, <a href="Round.htm">Round</a>, <a href="Ceiling.htm">Ceiling</a>
 
 
###Example###
@@IncludeExample@@