Manuals/calci/GENERATENEGZEROPOS

Revision as of 17:18, 18 July 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''GENERATENEGZEROPOS (Range,HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMany</math> is ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GENERATENEGZEROPOS (Range,HowMany)


  • is the range between which numbers are displayed.
  • is the count as how many numbers are to be displayed.

Description

  • This function shows the Integer values with in the given range.
  • In  ,  is the range between which numbers are displayed.
  •   is the count as how many numbers are to be displayed.
  • An integer is a number that can be written without a fractional component.
  • The set of integers consists of zero, the positive natural numbers and negative natural numbers.
  • Here it is showing the 0,1 and -1 with the specified count values.

Examples

  1. GENERATENEGZEROPOS(60,7) = 1 -1 -1 1 -1 -1 0
  2. GENERATENEGZEROPOS(4532,3) = 0 1 1
  3. GENERATENEGZEROPOS(-432,5) = 1 -1 1 -1 -1

See Also

References