# operator +(uint2x3)

> Returns the result of a componentwise unary plus operation on a uint2x3 matrix.

## Definition

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

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

### Parameters

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

### Returns

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