7
Answers

Define size of 2 dimensional array by parameter

Hi all,

I want to define some this:

int m=5;

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

Is it possible?
Answers (7)