Manuals/calci/INTSTWO

From ZCubes Wiki
Revision as of 14:05, 31 May 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''INTSTWO (Limit,From,By,MaxLimit)'''</div><br/> *<math>Limit</math> and <math>MaxLimit</math> are limit values. *<math>From</math> is the startin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
INTSTWO (Limit,From,By,MaxLimit)


  • and are limit values.
  • is the starting value.
  • is the skip value.

Description

  • This function is showing the integer values up to the given numbers.
  • In , is the limit value.
  • is the starting integer value.
  • is the skip value of the integers.
  • is the limit value.
  • An integer is the whole number that can be positive,negative or zero.
  • Suppose the given parameters are in decimals it is truncated in to integers.
  • So this function showing all integer values.

Examples

  1. INTSTWO(30,7.2,8) = 7.2 15.2 23.2
  2. INTSTWO(90,9.34,12) = 9.34 21.34 33.34 45.34 57.34 69.34 81.34
  3. INTSTWO(176,-109,57) = -109 -52 5 62 119 176

See Also

References