# operator ++(double2x3)

> Returns the result of a componentwise increment operation on a double2x3 matrix.

## Definition

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

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

### Parameters

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

### Returns

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