Code:
ushort[] pRowArrayClip = samePool.Rent(countClip);
Array.Copy(pRowArrayFull, pRowArrayClip, countClip);
double average = pRowArrayClip.SumS();
Exception:
System.InvalidCastException : Specified cast is not valid.
at JM.LinqFaster.SIMD.LinqFasterSIMD.SumS[T](T[] source)
at #########