threshold¶
Parameters¶
Parameter label |
I/O type |
Data type |
Mandatory parameter? |
Default value |
---|---|---|---|---|
|
input |
vector |
yes |
N/A |
|
input |
scalar |
no |
0 |
|
input |
string ( |
yes |
N/A |
|
output |
scalar |
N/A |
N/A |
Functionality¶
Depending on the value of operation
, the module performs a comparison using the operation
"eq"
- equal"ne"
- not equal"lt"
- less than"le"
- less than or equal"gt"
- greater than"ge"
- greater than or equal
between each element of the input vector inputVec
and the given threshold
.