Operator OnesComplement
OnesComplement(int3)
Returns the result of a componentwise bitwise not operation on an int3 vector.
Declaration
public static int3 operator ~(int3 val)
Parameters
Type | Name | Description |
---|---|---|
int3 | val | Value to use when computing the componentwise bitwise not. |
Returns
Type | Description |
---|---|
int3 | int3 result of the componentwise bitwise not. |