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