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