Difference between revisions of "Manuals/calci/ISLOGICAL"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''ISLOGICAL(n)'''</div><br/>
+
<div style="font-size:30px">'''ISLOGICAL(Thing)'''</div><br/>
*<math>n</math> is the logical value
+
*<math>Thing</math> is the any value
  
 
==Description==
 
==Description==
 
*This function is  one of the group in <math>ISFUNCTIONS</math>.
 
*This function is  one of the group in <math>ISFUNCTIONS</math>.
 
*The <math>IS FUNCTION</math>  is also known as data information functions, data inspection functions or data-testing functions.  
 
*The <math>IS FUNCTION</math>  is also known as data information functions, data inspection functions or data-testing functions.  
*<math>ISLOGICAL</math> is used to find the given <math>n</math>  is logical (true or false).  
+
*<math>ISLOGICAL</math> is used to find the given <math>Thing</math>  is logical (true or false).  
 
*This function is gives the result as TRUE when the given value is logical like either true or false otherwise this function will return the result as FALSE.
 
*This function is gives the result as TRUE when the given value is logical like either true or false otherwise this function will return the result as FALSE.
 
*Also true has value of '1' and false has taken value of '0'.  
 
*Also true has value of '1' and false has taken value of '0'.  
 
*For the <math>ISFUNCTION</math> the argument can be blank, or it can contain data such as text, numbers, error values, or logical values.
 
*For the <math>ISFUNCTION</math> the argument can be blank, or it can contain data such as text, numbers, error values, or logical values.
 +
 +
==ZOS Section==
 +
*The syntax is to calculate ISLOGICAL in ZOS is <math>ISLOGICAL(Thing)</math>.
 +
**<math>Thing</math> is the any value.
 +
*For e.g.,ISLOGICAL(1)
  
 
==Examples==
 
==Examples==

Revision as of 03:15, 3 July 2014

ISLOGICAL(Thing)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Thing} is the any value

Description

  • This function is one of the group in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISFUNCTIONS} .
  • The Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IS FUNCTION} is also known as data information functions, data inspection functions or data-testing functions.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISLOGICAL} is used to find the given Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Thing} is logical (true or false).
  • This function is gives the result as TRUE when the given value is logical like either true or false otherwise this function will return the result as FALSE.
  • Also true has value of '1' and false has taken value of '0'.
  • For the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISFUNCTION} the argument can be blank, or it can contain data such as text, numbers, error values, or logical values.

ZOS Section

  • The syntax is to calculate ISLOGICAL in ZOS is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISLOGICAL(Thing)} .
    • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Thing} is the any value.
  • For e.g.,ISLOGICAL(1)

Examples

  1. =ISLOGICAL(true)=TRUE
  2. =ISLOGICAL(false)=TRUE
  3. =ISLOGICAL(1)=TRUE
  4. =ISLOGICAL(0)=TRUE
  5. =ISLOGICAL(2)=FALSE
  6. =ISLOGICAL(-1)=FALSE

See Also

References

Is functions