C#, Is there a map structure? -


Is there a structure like c ++ maps in C #? I have a group of numbers like this:

1.234 1
5.789 0
3.445 1
...

Where to sort data based on me The requirement is the smallest number in the column, but in each column I need a number of columns to be with each respected number. After sorting it will look like this:

1.234 1
3.445 1
5.789 0
...

Any ideas?

  sorted options & lt; Double, int & gt;  

Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

mysql - Can mysql_pconnect be called multiple times in one php page? -