Difference between revisions of "Manuals/calci/INTS"

From ZCubes Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
#INTS(30,12,7,17,3) = 12 19 26
 
#INTS(30,12,7,17,3) = 12 19 26
 
#INTS(67,-15,10,50) = -15 -5 5 15 25 35 45 55 65
 
#INTS(67,-15,10,50) = -15 -5 5 15 25 35 45 55 65
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|1XLjvkL2VZA|280|center|Integers}}
  
 
==See Also==
 
==See Also==

Revision as of 15:23, 7 February 2019

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.
  • 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
  2. INTS(30,12,7,17,3) = 12 19 26
  3. INTS(67,-15,10,50) = -15 -5 5 15 25 35 45 55 65

Related Videos

Integers

See Also

References