threshold

Parameters

Parameter label

I/O type

Data type

Mandatory parameter?

Default value

inputVec

input

vector

yes

N/A

threshold

input

scalar

no

0

operation

input

string ("eq"|"ne"|"lt"|"le"|"gt"|"ge")

yes

N/A

outputVec

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.