Exemplo n.º 1
0
 public unsafe float Sum()
 {
     fixed(float *psrc = src)
     {
         return(CpuMathNativeUtils.Sum(psrc, Length));
     }
 }