# operator --(float2x3)

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

## Definition

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

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

### Parameters

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

### Returns

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