Vector2T.Length

struct Vector2T(T)
@trusted nothrow
T
Length
()
if (
isNumeric!(T)
)

Return Value

Type: T

The length/magnitude of this vector.

Meta