3
我有(-1024,-1024)至(1024,1024)的網格,所以我並不需要所有的值是一個int提供了,但我注意到,我所有的算法都是以整數形式返回的,我需要用(short)來表示它們。任何人都可以解釋爲什麼所有的數學運算以int形式返回,並且它是否更有效,因爲數學運算以int形式返回,所以解析得越短越好?
short yCoordinate = (short)(short.Parse(RtData[1][1]) - 1);
http://stackoverflow.com/questions/941584 – 2010-02-01 09:23:53