Fft.scale

Scales an array data by factor k. The array must be properly aligned. To obtain a properly aligned array, use allocate.

struct Fft(T)
nothrow @nogc static
void
scale
(
T[] data
,
T k
)

Meta