diamond diamond

diamond diamond

  • NA
  • 133
  • 54.4k

Define size of 2 dimensional array by parameter

Aug 27 2013 10:20 PM
Hi all,

I want to define some this:

int m=5;

int [,] matrix=new int[4,m];

Is it possible?

Answers (7)