# operator !(bool2x4)

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

## Definition

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

```csharp
public static bool2x4 operator !(bool2x4 val)
```

### Parameters

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

### Returns

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