Difference between revisions of "Vertical"

From Mesham
Jump to navigationJump to search
(Created page with '== Syntax == vertical[blocks] == Semantics == Same as the horizontal type but will partition the array vertically Category:Type Library Category:Composite Types …')
 
(Semantics)
Line 5: Line 5:
 
== Semantics ==
 
== Semantics ==
  
Same as the [[horizontal]] type but will partition the array vertically
+
Same as the [[horizontal]] type but will partition the array vertically. The figure below illustrates partitioning an array into 4 blocks vertically.
 +
 
 +
<center>[[Image:vert.jpg|Vertical Partition of an array into four blocks via type oriented programming]]</center>
 +
 
  
  

Revision as of 21:19, 10 January 2010

Syntax

vertical[blocks]

Semantics

Same as the horizontal type but will partition the array vertically. The figure below illustrates partitioning an array into 4 blocks vertically.

Vertical Partition of an array into four blocks via type oriented programming