Logical AND Functoid

 

Use the Logical AND functoid ( Icon that represents the Logical AND functoid.) to determine whether all of the specified input parameters evaluate to True.

Input

Parameter 1: A value that can be evaluated as either True or False.

Parameters 2 – 100: Values that can be evaluated as either True or False.

Output

Output 1: The Boolean value True if all of the specified input parameters evaluate to True; the Boolean value False otherwise.

Remarks

Input parameter values can be in a variety of data types (string, numeric, or logical), although passing strings to this functoid does not yield a meaningful result. For more information about how the Logical functoids handle input parameters of different types, see Logical Functoids Reference.

See Also

Logical Functoids Reference
Logical Functoids
How to Add Basic Functoids to a Map