public unsafe void Scale() { fixed(float *pdst = dst) { CpuMathNativeUtils.Scale(DefaultScale, pdst, Length); } }