Array.subtract
Revision as of 11:49, 1 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...")
Array.subtract(Thing)
Array add a Thing to each element.
[[1,3,4],[2,3,4]].subtract(45)
-44 | -42 | -41 |
-43 | -42 | -41 |
See Also
Array.add Array.subtract Array.multiply Array.divide Array.div Array.setunit