F
Frank
C#: cubearray??
int[ , , ] cubeArray = {{{7, 2}, {1, 4}}, {{3, 5}, {4, 4}}};
How do I interpret the above array statement?
regards,
Frank
int[ , , ] cubeArray = {{{7, 2}, {1, 4}}, {{3, 5}, {4, 4}}};
How do I interpret the above array statement?
regards,
Frank