Is this valid way to assign all the values of one 2D array to another 2D array?
matrix1=matrix2;
They both are mXn dimension.
mXn
use Array.Copy()
Array.Copy()
Array.Copy(sourceArray, targetArray);
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
7 months ago
viewed
70 times
active