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