# Vector2.IsNearlyZero

```csharp
bool IsNearlyZero(float tolerance = 0.0001)
```

Returns true if value on every axis is less than tolerance away from zero

### Parameters

- `tolerance` (`float`), default `0.0001`

### Returns

`bool`

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
