# operator +(double4x3)

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

## Definition

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

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

### Parameters

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

### Returns

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