2010年2月16日 星期二

different between twoDim.getlength( ) and twoDim.length

int[9,9] twoDim;

twoDim.getLength (0); // is 9
twoDim.length ; // is 81

沒有留言:

張貼留言