Array.removeindices()

From ZCubes Wiki
Revision as of 05:57, 8 May 2020 by Devika (talk | contribs) (→‎Array.removeindices(List of indices))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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