# this[]

> Gets the [row, col] element of the matrix.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

## this\[int, int]

```csharp
public float this[int row, int col] { get; set; }
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The matrix row.**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The matrix column.

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [float](https://learn.microsoft.com/dotnet/api/system.single) |             |
