# Vector4.Length

```csharp
float Length { get; set; }
```

The length (or magnitude) of the vector (Distance from 0,0,0).

Declared in [Vector4](/api/Vector4).
Assembly: `Sandbox.System`.
