Difference between revisions of "Array.divide"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
(No difference)

Latest revision as of 12:51, 1 March 2017


Array.divide(Thing)

Array divide (integer version) a Thing to each element.

[[1,3,4],[2,3,4]].divide(2)

0 1 2
1 1 2

See Also

Array.add

Array.subtract

Array.multiply

Array.divide

Array.div

Array.setunit