在学习C#时,我有一些我想要了解的代码.我不明白我甚至需要搜索谷歌才能到达这里,但代码如下:
float[,] heightAll = terData.GetHeights(0, 0, allWidth, allHeight);
为什么数组声明在括号之间有逗号?
c# arrays declaration
arrays ×1
c# ×1
declaration ×1