COMPARISON (JOV) πŸ•΅πŸ½

COMPARISON (JOV) πŸ•΅πŸ½

Evaluates two inputs (A and B) with a specified comparison operators and optional values for successful and failed comparisons. The node performs the specified operation element-wise between corresponding elements of A and B. If the comparison is successful for all elements, it returns the success value; otherwise, it returns the failure value. The node supports various comparison operators such as EQUAL, GREATER_THAN, LESS_THAN, AND, OR, IS, IN, etc.

Pack: Jovimetrix

custom_nodes.Jovimetrix

Inputs (7)

NameTypeRequired
aBOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4optional
bBOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4optional
success*optional
fail*optional
funcCOMBOoptional
swapBOOLEANoptional
invertBOOLEANoptional

Outputs (2)

NameType
OUT*
VAL*