Difference between revisions of "Array.halves()"
Jump to navigation
Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...") |
|||
Line 6: | Line 6: | ||
==Array.halves() == | ==Array.halves() == | ||
− | Divide the rows into two half sections | + | Divide the rows into two half sections. Same as Array.half() |
MAGICSQUARE(3).halves() | MAGICSQUARE(3).halves() |
Latest revision as of 11:54, 6 March 2017
Array.halves()
Divide the rows into two half sections. Same as Array.half()
MAGICSQUARE(3).halves()
| |||||||
|
|
1..10.halves()
1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 |