Vector.magnitude

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
@property const
real
magnitude
()
()
if (
isNumeric!E
)
if (
D >= 1 &&
(
!normalizedFlag ||
isFloatingPoint!E
)
)

Return Value

Type: real

Magnitude of x.

Meta