Difference between revisions of "Manuals/calci/ISEVEN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...")
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''ISEVEN (Number)'''</div><br/>
 +
*<math>Number</math> is any number to test.
 +
**ISEVEN(), returns TRUE if the number is even.
  
Syntax
+
==Description==
 +
*This function is  one of the group in ISFUNCTIONS.
 +
*The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
 +
*ISEVEN function can be used to check the given value is even or not.
 +
*This function gives the result as only TRUE or FALSE.
 +
*The result is TRUE when the n value is even otherwise the result is FALSE.
 +
*The argument can be blank, or it can contain data such as text, numbers, error values,  logical values or any equations.
 +
*This function will not convert any numbers from  text.
 +
*For e.g. "20" is normally converted as a number 20.
 +
*But in ISEVEN("20") will return NAN, because "20" will not convert in to number.
  
</div></div>
+
==Examples==
----
+
#=ISEVEN(12) = TRUE
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
#=ISEVEN(51) = FALSE
 +
#=ISEVEN(0) = TRUE
 +
#=ISEVEN(-2) = TRUE
 +
#=ISEVEN(1+5) = TRUE
 +
#=ISEVEN(8-3) = FALSE
 +
#=ISEVEN(10*20) = TRUE
 +
#=ISEVEN(1058/8) = TRUE
 +
#=ISEVEN("100") = NAN
  
Examples
+
==Related Videos==
  
</div></div>
+
{{#ev:youtube|Nd0JfLStYG8|280|center|ISEVEN}}
----
 
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
 
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
  
<font size="5">Description</font>
+
==See Also==
 +
*[[Manuals/calci/ISODD  | ISODD ]]
 +
*[[Manuals/calci/ISNUMBER  | ISNUMBER ]]
  
</div></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Is_functions  Is Function]
<div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">This function displays 1 if number is even, or 0 if number is odd.</font></font></font>
 
  
</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6">ISEVEN</font></div></div>
 
----
 
<div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=ISEVEN(3) is 0</nowiki></font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=ISEVEN(8) is 1</nowiki></font></font></font>
+
*[[ Z3 |  Z3 home ]]
 
 
</div></div>
 
----
 
<div id="6SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''ISEVEN'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">N</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where N''' '''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">is the value to test. </font></font></font>
 
 
 
</div></div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 3
 
| class="sshl_f" | 0
 
| class="          " |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 8
 
| class="sshl_f" | 1
 
|
 
|
 
|- class="odd"
 
| Row3
 
| class="                        " |
 
| class="SelectTD SelectTD " |
 
<div id="1Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="1Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
|
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
|
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Latest revision as of 07:19, 11 February 2020

ISEVEN (Number)


  • is any number to test.
    • ISEVEN(), returns TRUE if the number is even.

Description

  • This function is one of the group in ISFUNCTIONS.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • ISEVEN function can be used to check the given value is even or not.
  • This function gives the result as only TRUE or FALSE.
  • The result is TRUE when the n value is even otherwise the result is FALSE.
  • The argument can be blank, or it can contain data such as text, numbers, error values, logical values or any equations.
  • This function will not convert any numbers from text.
  • For e.g. "20" is normally converted as a number 20.
  • But in ISEVEN("20") will return NAN, because "20" will not convert in to number.

Examples

  1. =ISEVEN(12) = TRUE
  2. =ISEVEN(51) = FALSE
  3. =ISEVEN(0) = TRUE
  4. =ISEVEN(-2) = TRUE
  5. =ISEVEN(1+5) = TRUE
  6. =ISEVEN(8-3) = FALSE
  7. =ISEVEN(10*20) = TRUE
  8. =ISEVEN(1058/8) = TRUE
  9. =ISEVEN("100") = NAN

Related Videos

ISEVEN

See Also

References

Is Function