Difference between revisions of "Manuals/calci/GENERATENEGATIVEINTEGER"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''GENERATENEGATIVEINTEGER(Range, HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMany</math...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube| | + | {{#ev:youtube|v=C38B33ZywWs|280|center|Negative Numbers}} |
==See Also== | ==See Also== |
Latest revision as of 13:48, 2 May 2019
GENERATENEGATIVEINTEGER(Range, HowMany)
- is the range between which numbers are displayed.
- is the count as how many numbers are to be displayed.
Description
- This function displays negative integer values within the specified range.
- Range limit is from positive value specified to negative value. But only negative integer values are displayed using this function.
Examples
- GENERATENEGATIVEINTEGER(10,4) = -1 -6 -2 -1
- GENERATENEGATIVEINTEGER(100,6) = -45 -57 -89 -11 -61 -2
- GENERATENEGATIVEINTEGER(-5,3) = -1 -2 -3
Related Videos
See Also
References