# Vector3Int.ComponentMin

```csharp
Vector3Int ComponentMin(Vector3Int other)
```

Returns an integer vector that has the minimum values on each axis between this vector and a given vector.

### Parameters

- `other` (`Vector3Int`)

### Returns

`Vector3Int`

Declared in [Vector3Int](/api/Vector3Int).
Assembly: `Sandbox.System`.
