# Vector2Int.Max

```csharp
static Vector2Int Max(Vector2Int a, Vector2Int b)
```

Returns an integer vector that has the maximum values on each axis between 2 given vectors.

### Parameters

- `a` (`Vector2Int`)
- `b` (`Vector2Int`)

### Returns

`Vector2Int`

Declared in [Vector2Int](/api/Vector2Int).
Assembly: `Sandbox.System`.
