operator !=(half, half)
Returns whether two half values are not bitwise equivalent.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Operator
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static bool operator !=(half lhs, half rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the two half values are not bitwise equivalent, false otherwise. |