Manuals/calci/INTS

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


  • , 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.By is the skip value of the integers.
  • and are limit values.
  • 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. INTS(20,10,3) = 10 13 16 19