Difference between revisions of "Manuals/calci/GENERATEINTEGER"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 15: Line 15:
 
==Related Videos==
 
==Related Videos==
  
 
+
{{#ev:youtube|9orS7coe2WI|280|center|Integers}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:44, 2 May 2019

GENERATEINTEGER(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 integer values within the specified range.
  • Range limit is from positive value specified to negative value. e.g If is 10, the integer values are displayed from -10 to 10.

Examples

  1. GENERATEINTEGER(10,4) = 1 -4 5 1
  2. GENERATEINTEGER(100,6) = -63 0 17 -16 37 -88
  3. GENERATEINTEGER(-5,3) = 3 -2 -2

Related Videos

Integers

See Also

References