Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ある 2D 配列のすべての値を別の 2D 配列に代入するこの有効な方法はありますか?
matrix1=matrix2;
どちらもmXn次元です。
mXn
使用するArray.Copy()
Array.Copy()
Array.Copy(sourceArray, targetArray);