Difference between revisions of "Manuals/calci/GENERATEPOSITIVEINTEGER"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''GENERATEPOSITIVEINTEGER(Range, HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMany</math...") |
|||
Line 5: | Line 5: | ||
==Description== | ==Description== | ||
*This function displays positive integer values within the specified range. | *This function displays positive integer values within the specified range. | ||
− | *Range limit is from positive value specified to negative value. But only positive integer values are displayed using this function. | + | *Range limit is from positive value specified to negative value. |
+ | *But only positive integer values are displayed using this function. | ||
== Examples == | == Examples == |
Revision as of 16:51, 19 July 2017
GENERATEPOSITIVEINTEGER(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 positive integer values within the specified range.
- Range limit is from positive value specified to negative value.
- But only positive integer values are displayed using this function.
Examples
- GENERATEPOSITIVEINTEGER(10,4) = 3 2 4 0
- GENERATEPOSITIVEINTEGER(100,6) = 7 76 66 10 65 23
- GENERATEPOSITIVEINTEGER(-5,3) = 1 2 3
Related Videos
See Also
References