# operator +(uint3)

> Returns the result of a componentwise unary plus operation on a uint3 vector.

## Definition

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

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

### Parameters

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

### Returns

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