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