Manuals/calci/FLOOR

From ZCubes Wiki
Revision as of 21:35, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax


Remarks


Examples


'''''''  ''''

Description


FLOOR


 

FLOOR (N, Signi)

Where N is the numeric value and Signi is the multiple to round up.




 

·        FLOOR returns an error value when argument is nonnumeric or N and Signi have different signs.

·        If the number is an exact multiple of significance, no rounding will occur.

 

.





Floor rounds the numbers down to the nearest multiple of significance.





 

Lets see an example in (Column1, Row 1)

FLOOR

FLOOR (C1R1, C2R1))'

That is FLOOR (3.5, 2) is 2


Column1 Column2 Column3 Column4
Row1 3.5 2
Row2 2
Row3
Row4
Row5
Row6