Logical

Converters with boolean output and/or input

Package Contents

AllTrue

Logical 'all true'

And

Logical 'and'

AnyTrue

Logical 'any true'

Boole

Yields 1, if u is true and 0 if it is false

ConstantConverterBoolean

A constant boolean value is turned into a constant signal

Greater

True, if u1 is greater than u2

GreaterEqual

True, if u1 is greater than or equal to u2

Less

True, if u1 is less than u2

LessEqual

True, if u1 is less than or equal to u2

NoneTrue

Logical 'none true'

Not

Logical 'not'

NotZero

True, if u is not zero

Or

Logical 'or'

Switch

Switching between inputs depending upon condition

SwitchN

Switching between inputs up to n times depending upon condition

Threshold

True, if u is greater than the given threshold

Xor

Logical 'xor'

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

This package contains converters where at least input or output signals are Boolean variables.



Copyright © 2020 Guido Wolf Reichert
Licensed under the EUPL-1.2 or later