Difference between revisions of "Manuals/calci/INTS"
Jump to navigation
Jump to search
(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...") |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
*This function is showing the integer values up to the given numbers. | *This function is showing the integer values up to the given numbers. | ||
*In <math>INTS (Limit,From,By,MaxLimit,SwitchLimits)</math>, <math>Limit</math> is the limit value. | *In <math>INTS (Limit,From,By,MaxLimit,SwitchLimits)</math>, <math>Limit</math> is the limit value. | ||
− | *<math>From</math> is the starting integer value.By is the skip value of the integers. | + | *<math>From</math> is the starting integer value. |
+ | *<math>By</math> is the skip value of the integers. | ||
*<math>MaxLimits</math> and <math>SwitchLimits</math> are limit values. | *<math>MaxLimits</math> and <math>SwitchLimits</math> are limit values. | ||
*An integer is the whole number that can be positive,negative or zero. | *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. | *Suppose the given parameters are in decimals it is truncated in to integers. | ||
− | * | + | *This function displays all integer values as a result. |
==Examples== | ==Examples== | ||
#INTS(20,10,3) = 10 13 16 19 | #INTS(20,10,3) = 10 13 16 19 | ||
+ | #INTS(30,12,7,17,3) = 12 19 26 | ||
+ | #INTS(67,-15,10,50) = -15 -5 5 15 25 35 45 55 65 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|1XLjvkL2VZA|280|center|Integers}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/INT| INT]] | ||
+ | |||
+ | *[[Manuals/calci/TRUNC| TRUNC]] | ||
+ | |||
+ | *[[Manuals/calci/ROUND | ROUND]] | ||
+ | |||
+ | *[[Manuals/calci/ROUNDUP | ROUNDUP]] | ||
+ | |||
+ | ==References== | ||
+ | *[http://en.wikipedia.org/wiki/Integer Integer] | ||
+ | *[http://en.wikipedia.org/wiki/Rounding#Tie-breaking Rounding] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 19:24, 14 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.
- This function displays all integer values as a result.
Examples
- INTS(20,10,3) = 10 13 16 19
- INTS(30,12,7,17,3) = 12 19 26
- INTS(67,-15,10,50) = -15 -5 5 15 25 35 45 55 65
Related Videos
See Also
References