Difference between revisions of "Manuals/calci/GENERATENEGATIVEINTEGER"

From ZCubes Wiki
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...")
 
Line 15: Line 15:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|9orS7coe2WI|280|center|Integers}}
+
{{#ev:youtube|v=C38B33ZywWs|280|center|Integers}}
  
 
==See Also==
 
==See Also==

Revision as of 14:47, 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

  1. GENERATENEGATIVEINTEGER(10,4) = -1 -6 -2 -1
  2. GENERATENEGATIVEINTEGER(100,6) = -45 -57 -89 -11 -61 -2
  3. GENERATENEGATIVEINTEGER(-5,3) = -1 -2 -3

Related Videos

Integers

See Also

References