functionReal2BooleanVector
converts a real to a boolean
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | x | input | |
| Real | t | 0.5 | threshold |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean[size(x, 1)] | y | output |
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | x | input | |
| Real | t | 0.5 | threshold |
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean[size(x, 1)] | y | output |