# operator ~(uint3x3)

> Returns the result of a componentwise bitwise not operation on a uint3x3 matrix.

## Definition

* **Type:** Operator
* **Namespace:** [Unity.Mathematics](/engine/6000.7/script-reference/unity/mathematics.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public static uint3x3 operator ~(uint3x3 val)
```

### Parameters

**** (\[uint3x3]\(/engine/6000.7/script-reference/unity/mathematics/uint3x3)): Value to use when computing the componentwise bitwise not.

### Returns

| Type                                                                    | Description                                      |
| ----------------------------------------------------------------------- | ------------------------------------------------ |
| [uint3x3](/engine/6000.7/script-reference/unity/mathematics/uint3x3.md) | uint3x3 result of the componentwise bitwise not. |
