# this[]

> Returns the uint2 element at a specified index.

## Definition

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

## this\[int]

```csharp
public ref uint2 this[int index] { get; }
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)):&#x20;

### Returns

| Type                                                                | Description |
| ------------------------------------------------------------------- | ----------- |
| [uint2](/engine/6000.7/script-reference/unity/mathematics/uint2.md) |             |
