How to count value in a ArrayList
- From: "Tony" <johansson.andersson@xxxxxxxxx>
- Date: Fri, 23 May 2008 13:43:17 +0200
Hello!
I have an ArrayList with many double that is sorted some of these double
value exist more then once in the ArrayList.
Is it possible to use some feature in C# or from the framework to count each
unique double value or is the only
solution to run through the list and count every unique double value.
//Tony
.
- Follow-Ups:
- Re: How to count value in a ArrayList
- From: Arne Vajhøj
- Re: How to count value in a ArrayList
- From: Ignacio Machin ( .NET/ C# MVP )
- Re: How to count value in a ArrayList
- From: Peter Duniho
- Re: How to count value in a ArrayList
- From: Jon Skeet [C# MVP]
- Re: How to count value in a ArrayList
- Prev by Date: Re: Maximize an other application from my csharp application
- Next by Date: Generate a Crystal Report with a Parameter
- Previous by thread: RE: XML Serialization - Remove XML-instance namespace?
- Next by thread: Re: How to count value in a ArrayList
- Index(es):
Loading