Muhammad Irfan

Muhammad Irfan

  • NA
  • 291
  • 1.1m

How to decrease the length of an integer Array (with binary data [0,1]) without losing data???

Feb 6 2011 6:11 AM

I have an integer array of length 900 that contains only binary data [0,1]. I want to short the length of the array without losing binary data formate(original array values).

Is it possible to short the length of array of 900 into 10 or 20 length in C#???


Answers (2)