Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Post
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Reply
How i can initialize a three Dimensional array?
Amirhossein Ahmadi
7 years ago
245
Reply
Hi there, i can initialize a two dimensional array:
int
[,] myDimensional2 =
new
int
[2, 3] { { 10, 20, 30 }, { 40, 50, 60} };
but i don't know how i can initialize a three, four,... dimensional arrays? :(
please initialize this array and give me the code, thank you so much :)
int
[,,] threeDimensional =
new
int
[2, 2, 3];
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
Ntier Architecture With WCF Service
create web service with basic authentication c#