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