# operator !(bool3)

> Returns the result of a componentwise not operation on a bool3 vector.

## Definition

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

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

### Parameters

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

### Returns

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