# Vector2Int.ComponentMax

```csharp
Vector2Int ComponentMax(Vector2Int other)
```

Returns an integer vector that has the maximum values on each axis of the two input vectors.

### Parameters

- `other` (`Vector2Int`)

### Returns

`Vector2Int`

Declared in [Vector2Int](/api/Vector2Int).
Assembly: `Sandbox.System`.
