Manuals/calci/EVENSET
EVENSET (Array)
- is the set of values.
Description
- This function shows even number of values from the given set.
- In , is the set of values.
- Here it is showing the even number of values.
- That means it is starting from the initial number and 2nd,4th,6th value and so on.
- Here Skip value is automatically adjusted for even set of numbers.
Examples
- EVENSET([2,3,1,4,9,12,65,23,10,5,17],1) = 2 3 4 12 23 5
- EVENSET([12,22,32,33,44,43,55.66,67.2,10,-14,-12,-7,13],1) = 12 22 33 43 67.2 -14 -7
- EVENSET([0,-1,-4,3/2,6/7,10],2) = 0 -1 1.5 10