Manuals/calci/GENERATENEGZEROPOS

Revision as of 14:54, 2 May 2019 by Devika (talk | contribs) (→‎Examples)
(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

Related Videos

Negative Numbers

See Also

References