OCLOperators Integer::div ( i : Integer ) : Integer
(Created page with "Returns the integer quotient of the division of ''self'' by *i*. {| class="wikitable" !Expression !Result |- |3.div(2) |1 |- |11.div(3) |3 |}")
 
No edit summary
Line 10: Line 10:
|3
|3
|}
|}
[[Category:OCLOperators]]

Revision as of 13:16, 6 December 2022

Returns the integer quotient of the division of self by *i*.

Expression Result
3.div(2) 1
11.div(3) 3
This page was edited 98 days ago on 02/10/2024. What links here