# Max

> The maximum point contained by the AABB.

## Definition

* **Type:** Field
* **Namespace:** [Unity.Mathematics.Geometry](/engine/6000.7/script-reference/unity/mathematics/geometry.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public float3 Max
```

### Remarks

If any component of [MinMaxAABB.Max](/engine/6000.7/script-reference/unity/mathematics/geometry/minmaxaabb/max.md) is less than [MinMaxAABB.Min](/engine/6000.7/script-reference/unity/mathematics/geometry/minmaxaabb/min.md) then this AABB is invalid.

Additional Resources: [MinMaxAABB.IsValid](/engine/6000.7/script-reference/unity/mathematics/geometry/minmaxaabb/isvalid.md)
