Array.div()

From ZCubes Wiki
Revision as of 09:04, 21 April 2020 by Devika (talk | contribs) (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Array.div(Thing)

Array divide a Thing to each element.

[[10,23,44],[56,67,38]].div(5)

2 4 8
11 13 7


See Also

subtract

multiply

divide