Manuals/calci/GENERATENEGATIVEINTEGER

From ZCubes Wiki
Jump to navigation Jump to search
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

Negative Numbers

See Also

References