comp.lang.ada
 help / color / mirror / Atom feed
* 3D array 3x4x5
@ 2014-10-02 19:02 Stribor40
  2014-10-02 19:35 ` Alan Jump
  0 siblings, 1 reply; 2+ messages in thread
From: Stribor40 @ 2014-10-02 19:02 UTC (permalink / raw)


Is there a way to represent 3d,4d  arrays in Ada?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 3D array 3x4x5
  2014-10-02 19:02 3D array 3x4x5 Stribor40
@ 2014-10-02 19:35 ` Alan Jump
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Jump @ 2014-10-02 19:35 UTC (permalink / raw)


On Thursday, October 2, 2014 12:02:21 PM UTC-7, Stribor40 wrote:
> Is there a way to represent 3d,4d  arrays in Ada?

Certainly.

Three_D_Array : array (Integer range 1 .. 3, Integer range 1 .. 5, Integer range 0 .. 3) of Float;



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-02 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02 19:02 3D array 3x4x5 Stribor40
2014-10-02 19:35 ` Alan Jump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox