Calculate the sum of squares s of data, an array of floating point values. ... using System.Linq;. var s = data.Sum(x => x * x);.
確定! 回上一頁