Difference between revisions of "Manuals/calci/ENFORCENEGATIVEINTEGER"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ENFORCENEGATIVEINTEGER(Number)'''</div><br/> *<math>Number</math> is any real number. == Description == *This function converts or enforces th...") |
|||
Line 24: | Line 24: | ||
! Nature !! Number !! ENFORCETYPE | ! Nature !! Number !! ENFORCETYPE | ||
|- | |- | ||
− | | | + | | negativeinteger|| -5.5 || -5 |
|- | |- | ||
− | | | + | | negativeinteger|| -4.5 || -4 |
|- | |- | ||
− | | | + | | negativeinteger|| -3.5 || -3 |
|- | |- | ||
− | | | + | | negativeinteger|| -2.5 || -2 |
|- | |- | ||
− | | | + | | negativeinteger|| -1.5 || -1 |
|- | |- | ||
− | | | + | | negativeinteger|| -0.5 || 0 |
|- | |- | ||
− | | | + | | negativeinteger|| 0.5 || 0 |
|- | |- | ||
− | | | + | | negativeinteger|| 1.5 || -1 |
|- | |- | ||
− | | | + | | negativeinteger|| 2.5 || -2 |
|- | |- | ||
− | | | + | | negativeinteger|| 3.5 || -3 |
|- | |- | ||
− | | | + | | negativeinteger|| 4.5 || -4 |
|- | |- | ||
− | | | + | | negativeinteger|| 5.5 || -5 |
|} | |} | ||
Latest revision as of 05:02, 14 April 2017
ENFORCENEGATIVEINTEGER(Number)
- is any real number.
Description
- This function converts or enforces the given number or set of numbers to a 'negative integer value'.
- Integer is the number without any decimal or fractional part but it can be the natural number with positive or negative sign.
- If the is positive decimal number, it is converted to negative number and rounded off to nearest integer.
- If the is negative decimal number, it is retained as negative number and rounded off to nearest integer.
- Number 'zero' is natural number, neither positive nor negative.
- The argument can also be a result of any function.
Examples
- ENFORCENEGATIVEINTEGER(104) = 104
- ENFORCENEGATIVEINTEGER(-2.45) = -2
- ENFORCENEGATIVEINTEGER(4/7) = 0
- ENFORCENEGATIVEINTEGER(-20/6) = -3
- ENFORCENEGATIVEINTEGER(SUM([5,30])) = -35
For a set of numbers, the function displays a table as follows -
- ENFORCENEGATIVEINTEGER(-5.5..5.5)=
Nature | Number | ENFORCETYPE |
---|---|---|
negativeinteger | -5.5 | -5 |
negativeinteger | -4.5 | -4 |
negativeinteger | -3.5 | -3 |
negativeinteger | -2.5 | -2 |
negativeinteger | -1.5 | -1 |
negativeinteger | -0.5 | 0 |
negativeinteger | 0.5 | 0 |
negativeinteger | 1.5 | -1 |
negativeinteger | 2.5 | -2 |
negativeinteger | 3.5 | -3 |
negativeinteger | 4.5 | -4 |
negativeinteger | 5.5 | -5 |
Related Videos
See Also
References