# Vector2.IsNearZeroLength

```csharp
bool IsNearZeroLength { get; set; }
```

Returns true if the squared length is less than 1e-8 (which is really near zero)

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
