# Vector3Int.IsNearlyZero

```csharp
bool IsNearlyZero(int tolerance = 0)
```

Returns true if value on every axis is less than or equal to tolerance.

### Parameters

- `tolerance` (`int`), default `0`

### Returns

`bool`

Declared in [Vector3Int](/api/Vector3Int).
Assembly: `Sandbox.System`.
