Vector.magnitude

Euclidean length of the vector

struct Vector(T, int N)
nothrow @nogc pure const nothrow
static if(isFloatingPoint!T)
T
magnitude
()

Return Value

Type: T

Euclidean length

Meta