5
Shouts

Summation Functions

published 1029 days, 17 hours, 23 minutes ago posted by KodefuGuruKodefuGuru 1030 days, 17 hours, 29 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 12:59:46 PM GMT

Creating a summation function in C# isn’t difficult in itself. After all, it is perfectly reasonable to create functions that consist of more than one line. What is interesting is abstracting it so that any function can become a summation function.

category: How To | clicked: 2 | | source: www.kodefuguru.com | show counter code
tags: Extension Methods, VB, C#, query expressions, Func