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