dot

Dot product of two vectors

@nogc pure nothrow
T
dot
(
T
int N
)
(
const Vector!(T, N) a
,
const Vector!(T, N) b
)

Return Value

Type: T

Dot product.

Meta