Difference between revisions of "Manuals/calci/ISLOGICAL"
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Is_functions Is functions] | [http://en.wikipedia.org/wiki/Is_functions Is functions] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 05:20, 14 March 2017
ISLOGICAL(Thing)
- is any value
Description
- This function is one of the group in .
- The is also known as data information functions, data inspection functions or data-testing functions.
- is used to find the given 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 the argument can be blank, or it can contain data such as text, numbers, error values, or logical values.
ZOS
- The syntax is to calculate ISLOGICAL in ZOS is .
- is the any value.
- For e.g.,ISLOGICAL(1)
Examples
- =ISLOGICAL(true)=TRUE
- =ISLOGICAL(false)=TRUE
- =ISLOGICAL(1)=TRUE
- =ISLOGICAL(0)=TRUE
- =ISLOGICAL(2)=FALSE
- =ISLOGICAL(-1)=FALSE
Related Videos
See Also
References