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