Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2012-04-26から1日間の記事一覧

IEnumerable.Sumメソッド

Enumerable.Sum メソッド (IEnumerable(Int32)) (System.Linq)Int32 値のシーケンスの合計を計算します。 SQLでは、SUMに相当します。 ソースコード using System; using System.Linq; namespace LinqSample { class Program { static void Main(string[] ar…