Difference between revisions of "Manuals/calci/THEREEXISTSONE"
Jump to navigation
Jump to search
(Created page with "==THEREEXISTSONE(SomeArray,SomeFunctions) == ==Description== *THEREEXISTSONE returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to tr...") |
|||
Line 21: | Line 21: | ||
*[[Manuals/calci/THEREEXISTS| THEREEXISTS]] | *[[Manuals/calci/THEREEXISTS| THEREEXISTS]] | ||
*[[Manuals/calci/THEREDOESNOTEXIST| THEREDOESNOTEXIST]] | *[[Manuals/calci/THEREDOESNOTEXIST| THEREDOESNOTEXIST]] | ||
− | |||
*[[Manuals/calci/FORDOFFUNCTIONS| FORDOFFUNCTIONS]] | *[[Manuals/calci/FORDOFFUNCTIONS| FORDOFFUNCTIONS]] | ||
Latest revision as of 00:57, 10 February 2020
THEREEXISTSONE(SomeArray,SomeFunctions)
Description
- THEREEXISTSONE returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to true for one exactly element in the array when the functions are applied.
Example
THEREEXISTSONE(1..100,"x<=1")
gives true
THEREEXISTSONE(1..100,"x<=2")
gives false