# Vector2Int.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 [Vector2Int](/api/Vector2Int).
Assembly: `Sandbox.System`.
