Difference between revisions of "Array.isFalse()"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
isfalse is any false will returns the result as true.Otherwise false. | isfalse is any false will returns the result as true.Otherwise false. | ||
+ | |||
+ | [false,false,true].isfalse() = true | ||
+ | [true,true,true].isFalse() = false | ||
==See also== | ==See also== | ||
[[Array.isTrue() | IsTrue]] | [[Array.isTrue() | IsTrue]] |
Revision as of 03:50, 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.
[false,false,true].isfalse() = true [true,true,true].isFalse() = false