And¶
Boolean AND across all parameters or all available inputs.
ANDs together two or more boolean values. The values can be supplied as parameters; if no parameters are provided, all available inputs are ANDed.
Parameters¶
- N —
operandsOptional — accepts: field, BOOLEAN -
The Nth boolean to AND. May be a field reference (
:f) or a static boolean. If no parameters are given, every available input is ANDed.
Input type¶
BOOLEAN
Output type¶
BOOLEAN
Requires¶
- At least two inputs are available.
Examples¶
AND all available inputs
AND of static booleans
AND of field references