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