Vector.nrnNorm

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

Return Value

Type: auto

Non-Rooted N - Norm of x.

Meta