Array.atindex()

Revision as of 12:04, 6 March 2017 by Joseph (talk | contribs) (Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

These functions operate on array locations and values to create contours and other interesting operations. Array Indices and XY Functions

Array.atindex(List of indices)

MAGICSQUARE(5).atindex(1,3)

20 8 21 14 2
24 12 5 18 6

MAGICSQUARE(5).atindex(1,3,4)

20 8 21 14 2
24 12 5 18 6
11 4 17 10 23