OCLOperators Integer::div ( i : Integer ) : Integer
No edit summary
(Replacing message template with parser tag)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
Returns the integer quotient of the division of ''self'' by *'''i'''*.  
Returns the integer quotient of the division of ''self'' by *'''i'''*.  
{| class="wikitable"
{| class="wikitable"
Line 10: Line 11:
|3
|3
|}
|}
[[Category:OCLOperators]]
[[Category:OCL Number Operators]]
[[Category:OCL Number Operators]]
{{Edited|July|12|2024}}

Latest revision as of 07:47, 17 June 2024

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 95 days ago on 06/17/2024. What links here