# operator +(float2x3)

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

## Definition

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

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

### Parameters

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

### Returns

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