Array.removeindices()

Revision as of 05:56, 8 May 2020 by Devika (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.removeindices(List of indices)

Removes the indices indicated by the parameters. Basically gets the rows specified by the arguments.

MAGICSQUARE(5).removeindices(1,3)

3 16 9 22 15
7 25 13 1 19
11 4 17 10 23

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

3 16 9 22 15
7 25 13 1 19

See Also

atindex

nodeindex