NoneTrueLogical 'none true' |
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The Boolean output y is true
, if none of the Boolean elements of the input vector u are true
, and false
otherwise.
nin |
Value: 2 Type: Integer Description: Number of Boolean input signals |
---|
y |
Type: BooleanOutput Description: Boolean output |
|
---|---|---|
u |
Type: BooleanMultiInput[nin] Description: Input |
BusinessSimulation.Converters.Logical Logical 'any true' |