Skip to main content
6 events
when toggle format what by license comment
Jun 2, 2014 at 13:38 comment added Paul @PaŭloEbermann, yes that's one way to look at it also. I was thinking it might look more like I was supplying the numbers to add. So Enumerable.Range(1,2,3,4) would start at 1, end at 4, and would sum up to 10.
Jun 1, 2014 at 0:29 comment added Paŭlo Ebermann @MasterMastic I understood this from the explanation in the answer. But the "to someone not familar" meaning is supposed to be such a range (from the explanation in the answer), and my argument is that the expected result then would be 2, not 4.
Jun 1, 2014 at 0:21 comment added MasterMastic @PaŭloEbermann Enumerable.Range doesn't take a start and an end, it takes a start and a count (of elements that will be enumerated).
May 31, 2014 at 22:12 comment added Paŭlo Ebermann A range starting and ending at 2 would be just { 2 }, wouldn't it?
May 30, 2014 at 20:00 review First posts
May 30, 2014 at 20:01
May 30, 2014 at 19:41 history answered Paul CC BY-SA 3.0