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