Data structure in C# (3.0) that represents a CUBE
Posted
by Thinking
on Stack Overflow
See other posts from Stack Overflow
or by Thinking
Published on 2010-04-16T13:51:53Z
Indexed on
2010/04/16
13:53 UTC
Read the original article
Hit count: 119
c#3.0
Can you please give me some idea about how to design a data structure in C# (3.0) which will give a representation of 3D data structure.
I mean to say something similar to cube. Like stock data to be viewed based on time , location .
Kindly give a simple working example or even a link will do.
It's urgent.
Any example will be appreciated.
Thanks in advance
© Stack Overflow or respective owner