Closed GoogleCodeExporter closed 8 years ago
>> Expectation: 4
But what did you get? 3?
Original comment by andrew.k...@gmail.com
on 16 Jul 2013 at 4:17
[deleted comment]
yes: 3
Other case:
Histogram a = new Histogram(new int[] {1, 10, 5});
Console.WriteLine(a.Max);
Expectation: 10
But was: 2
Original comment by t.go...@gmail.com
on 16 Jul 2013 at 4:26
RTFM then:
http://www.aforgenet.com/framework/docs/html/61212d57-52ee-9935-2364-b3a34a2213d
0.htm
and here
http://www.aforgenet.com/framework/docs/html/74b36509-b326-a6c1-61f9-dc906fb1b16
2.htm
In short, what you get is what is supposed/expected to be.
Original comment by andrew.k...@gmail.com
on 16 Jul 2013 at 8:43
Original issue reported on code.google.com by
t.go...@gmail.com
on 16 Jul 2013 at 4:13