Difference between revisions of "Array.isTrue()"

From ZCubes Wiki
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 10: Line 10:
 
Same as Array.istrue()
 
Same as Array.istrue()
  
See also [[Array.isFalse()]]
+
istrue is all true will returns the result as true.Otherwise false.
 +
 
 +
==See also==
 +
[[Array.isFalse()| isfalse]]

Revision as of 04:05, 16 April 2020


Array.isTrue()

Checks if all the members in this array are true.

Same as Array.istrue()

istrue is all true will returns the result as true.Otherwise false.

See also

isfalse