| Name | Description |
|---|---|
| Returns true, if all elements of the Boolean input vector are true ('and') | |
| Returns true, if at least on element of the Boolean input vector is true ('or') | |
| Returns true, if exactly one element of the Boolean input vector is true ('xor') | |
| Returns the index of the first element of the Boolean vector that is true and returns 0, if no element is true |
Modelica_StateGraph2.Blocks.BooleanFunctions.allTrue
| Name | Description |
|---|---|
| b[:] |
| Name | Description |
|---|---|
| result |
Modelica_StateGraph2.Blocks.BooleanFunctions.anyTrue
| Name | Description |
|---|---|
| b[:] |
| Name | Description |
|---|---|
| result |
Modelica_StateGraph2.Blocks.BooleanFunctions.oneTrue
| Name | Description |
|---|---|
| b[:] |
| Name | Description |
|---|---|
| result |
| Name | Description |
|---|---|
| b[:] |
| Name | Description |
|---|---|
| index |