csharp c#2尺寸阵列 - 定位

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp c#2尺寸阵列 - 定位相关的知识,希望对你有一定的参考价值。

namespace ConsoleApp
{
    class Program
    {
        static void Main(string[] args)
        {

            string[,] sections = new string[3, 3];

            sections[0, 0] = "top left";
            sections[0, 1] = "top center";
            sections[0, 2] = "top right";
            sections[1, 0] = "middle left";
            sections[1, 1] = "middle center";
            sections[1, 2] = "middle right";
            sections[2, 0] = "bottom left";
            sections[2, 1] = "bottom center";
            sections[2, 2] = "bottom right";

            for (int i = 0; i < 3; i++)
            {
                for (int j = 0; j < 3; j++)
                {
                    Console.Write(sections[i,j] + "\t");
                    if ((j+1) % 3 == 0)
                    {
                        Console.WriteLine("");
                    }
                }
            }


        }

    }
}

以上是关于csharp c#2尺寸阵列 - 定位的主要内容,如果未能解决你的问题,请参考以下文章

csharp 阵列Concat链接2个数组

csharp C#中的地理定位Google API

csharp 阵列协程(延迟)颜色变化

csharp 二维阵列

csharp 二维阵列

基于时延法的麦克风阵列声源定位分析