Difference between revisions of "Array.extract()"

From ZCubes Wiki
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...")
 
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
MAGICSQUARE(5).extract(1,3)
 
MAGICSQUARE(5).extract(1,3)
 +
 +
20  8  21  14  2
 +
 +
24  12  5  18  6
 +
 +
==See Also==
 +
[[Array.c() | c]]
 +
 +
[[Array_Row_Column_Functions | columns]]

Latest revision as of 02:53, 30 April 2020


Array.extract(column list)

Extract specified columns

MAGICSQUARE(5).extract(1,3)

20 8 21 14 2

24 12 5 18 6

See Also

c

columns