Difference between revisions of "Manuals/calci/EVENSET"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''EVENSET (Array,Every)'''</div><br/>
+
<div style="font-size:30px">'''EVENSET (Array)'''</div><br/>
 
*<math>Array</math> is the set of values.
 
*<math>Array</math> is the set of values.
*<math>Every</math> is any real number.
 
  
 
==Description==
 
==Description==
 
*This function shows even number of values from the given set.
 
*This function shows even number of values from the given set.
*In <math>EVENSET (Array,Every)</math>, <math>Array</math> is the set of values.
+
*In <math>EVENSET (Array)</math>, <math>Array</math> is the set of values.
*<math>Every</math> is the number 1 or 2.
 
 
*Here it is showing the even number 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.
 
*That means it is starting from the initial number and 2nd,4th,6th value and so on.
Line 15: Line 13:
 
#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([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
 
#EVENSET([0,-1,-4,3/2,6/7,10],2) = 0 -1 1.5 10
 +
 +
==Related Videos==
 +
{{#ev:youtube|SFRTTUtAjg4|280|center|EVEN}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:37, 11 January 2019

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

  1. EVENSET([2,3,1,4,9,12,65,23,10,5,17],1) = 2 3 4 12 23 5
  2. 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
  3. EVENSET([0,-1,-4,3/2,6/7,10],2) = 0 -1 1.5 10

Related Videos

EVEN

See Also

References