Difference between revisions of "Array.fourths()"
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 19: | Line 19: | ||
| 10 || 11 || 12 | | 10 || 11 || 12 | ||
|} | |} | ||
+ | |||
+ | ==See Also== | ||
+ | [[Array.thirds() |thirds]] | ||
+ | |||
+ | [[Array.second() |second]] |
Revision as of 02:13, 8 May 2020
Array.fourths()
Divide the element into four sections
1..12.fourths()
1 | 2 | 3 |
4 | 5 | 6 |
7 | 8 | 9 |
10 | 11 | 12 |