# Vector3Int.Distance

## Overload 1

```csharp
float Distance(Vector3Int other)
```

Returns distance between this vector and another.

### Parameters

- `other` (`Vector3Int`)

### Returns

`float`

## Overload 2

```csharp
float Distance(Vector3 other)
```

Returns distance between this vector and another.

### Parameters

- `other` (`Vector3`)

### Returns

`float`

Declared in [Vector3Int](/api/Vector3Int).
Assembly: `Sandbox.System`.
