# Vector2.Length

```csharp
float Length { get; set; }
```

Returns the magnitude of the vector

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
