Difference between revisions of "Manuals/calci/FLOORAT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "floor")
 
Line 1: Line 1:
floor
+
<div style="font-size:30px">'''FLOORAT (Array,MaxNumber)'''</div><br/>
 +
*<math>Array</math> is the set of values.
 +
*<math>MaxNumber</math> is the maximum number.
 +
 
 +
==Description==
 +
*This function rounds the number down to the nearest integer or to its nearest multiple of significance.
 +
*In <math>FLOORAT(Array,MaxNumber)</math>,<math>Number</math> is the value to be rounded down.Significance is the multiple which  want to round down.If the Number is the positive numbers with decimal portions are rounded down to the nearest integer.For example,12.43 is rounded down to 12. If the Number is the negative numbers with decimal portions are rounded away and also the given number is negative number and significance should be a negative number.The Significance argument rounds the number down to the nearest integer that is a multiple of the significance specified. The exception is where the number to be rounded is an integer.If Number divided by a Significance of 2 or greater results in a remainder, the result is rounded down.

Revision as of 15:41, 9 March 2017

FLOORAT (Array,MaxNumber)


  • is the set of values.
  • is the maximum number.

Description

  • This function rounds the number down to the nearest integer or to its nearest multiple of significance.
  • In , is the value to be rounded down.Significance is the multiple which want to round down.If the Number is the positive numbers with decimal portions are rounded down to the nearest integer.For example,12.43 is rounded down to 12. If the Number is the negative numbers with decimal portions are rounded away and also the given number is negative number and significance should be a negative number.The Significance argument rounds the number down to the nearest integer that is a multiple of the significance specified. The exception is where the number to be rounded is an integer.If Number divided by a Significance of 2 or greater results in a remainder, the result is rounded down.