Skip to content

Lib.numbers.bool.combine.And

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

And

in Lib.numbers.bool.combine


Returns True if both inputs are true. Consider using [All] if you want to test more than two booleans for true.


Input Parameters

Name (Relevancy & Type) Description
A (Boolean) -
B (Boolean) -

Outputs

Name Type
Result System.Boolean

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally