我想用两套物体,特别是具有x和y价值的点类型,以便我能够计算各点的点数,以及各点中存在的数值。 x和 y的最高价值为[1,000,1000],因此,为每个可能点制定独特的散列代码非常容易。
For the actual binning process, can this be done using a Dictionary. Does the GetHashCode get used for this when I add/lookup a Point to the dictionary?
是否有更好的办法去做。