<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Mulitidimensional on Duke Hsu ｜ Learn • Build • Share</title><link>https://www.dukehsu.com/tags/mulitidimensional.html</link><description>Recent content in Mulitidimensional on Duke Hsu ｜ Learn • Build • Share</description><image><title>Duke Hsu ｜ Learn • Build • Share</title><url>https://www.dukehsu.com/images/og-default.jpg</url><link>https://www.dukehsu.com/images/og-default.jpg</link></image><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 04 Oct 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.dukehsu.com/tags/mulitidimensional/index.xml" rel="self" type="application/rss+xml"/><item><title>C# Multidimensional Arrays</title><link>https://www.dukehsu.com/posts/373.html</link><pubDate>Tue, 04 Oct 2022 00:00:00 +0000</pubDate><guid>https://www.dukehsu.com/posts/373.html</guid><description>&lt;blockquote&gt;
&lt;h3 id="c-multidimensional-arrays"&gt;C# Multidimensional Arrays&lt;/h3&gt;
&lt;p&gt;As discussed in the previous chapter, Arrays in C# will support multi-dimensional arrays. In c#, a multidimensional array is an array that contains more than one dimension to represent the elements in a tabular format like rows and columns.&lt;br&gt;
In c#, multidimensional arrays can support either two or three-dimensional series. To create multi-dimensional arrays, we need to use a comma (,) separator inside the square brackets.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="c-multi-dimensional-array-declaration"&gt;C# Multi-Dimensional Array Declaration&lt;/h3&gt;
&lt;p&gt;In c#, Multidimensional Arrays can be declared by specifying the data type of elements followed by the square brackets [] with comma (,) separator. The following are examples of creating two or three-dimensional arrays in the c# programming language.&lt;/p&gt;</description></item></channel></rss>