blockGreaterEqual
True, if u1 is greater than or equal to u2
Extends from Interfaces.PartialConverters.SI2BooleanSO (Converter with two real inputs and boolean output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The boolean output y will be true, if the real input u1 is greater than or equal to the real input u2 and otherwise be false.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.BooleanOutput | y (from BooleanSO) | Boolean output | |
| Connectors.RealInput | u1 (from SI2BooleanSO) | Input 1 | |
| Connectors.RealInput | u2 (from SI2BooleanSO) | Input 2 |