| Parameter | Description |
|---|---|
| lhs | Left hand side half2 to use to compute componentwise not equal. |
| rhs | Right hand side half2 to use to compute componentwise not equal. |
bool2 bool2 result of the componentwise not equal.
Returns the result of a componentwise not equal operation on two half2 vectors.
| Parameter | Description |
|---|---|
| lhs | Left hand side half2 to use to compute componentwise not equal. |
| rhs | Right hand side half to use to compute componentwise not equal. |
bool2 bool2 result of the componentwise not equal.
Returns the result of a componentwise not equal operation on a half2 vector and a half value.
| Parameter | Description |
|---|---|
| lhs | Left hand side half to use to compute componentwise not equal. |
| rhs | Right hand side half2 to use to compute componentwise not equal. |
bool2 bool2 result of the componentwise not equal.
Returns the result of a componentwise not equal operation on a half value and a half2 vector.