# operator -(uint3)

> Returns the result of a componentwise subtraction operation on two uint3 vectors.

## Definition

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

```csharp
public static uint3 operator -(uint3 val)
```

### Parameters

**** (\[uint3]\(/engine/6000.5/script-reference/unity/mathematics/uint3)):&#x20;

### Returns

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