Difference between revisions of "Array.isFalse()"
Jump to navigation
Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...") |
|||
| Line 1: | Line 1: | ||
| + | *[[ Z3 | << Z3 Home ]] | ||
| + | *[[ Z%5E3_Language_Documentation | Z3 Language Documentation]] | ||
| + | *[[ Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member Functions]] | ||
| + | |||
| + | |||
*[[ Z3 | << Z3 Home ]] | *[[ Z3 | << Z3 Home ]] | ||
*[[ Z%5E3_Language_Documentation | Z3 Language Documentation]] | *[[ Z%5E3_Language_Documentation | Z3 Language Documentation]] | ||
| Line 8: | Line 13: | ||
Checks if all the members in this array are true. | Checks if all the members in this array are true. | ||
| − | Same as Array.isfalse() | + | Same as [[Array.isfalse() | isfalse]] |
| + | |||
| + | isfalse is any false will returns the result as true.Otherwise false. | ||
| − | See also [[Array.isTrue()]] | + | ==See also== |
| + | [[Array.isTrue() | IsTrue]] | ||
Revision as of 02:44, 16 April 2020
Array.isFalse()
Checks if all the members in this array are true.
Same as isfalse
isfalse is any false will returns the result as true.Otherwise false.