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)
| Name | Type | Required |
|---|---|---|
| a | BOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4 | optional |
| b | BOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4 | optional |
| success | * | optional |
| fail | * | optional |
| func | COMBO | optional |
| swap | BOOLEAN | optional |
| invert | BOOLEAN | optional |