OCLOperators Integer::mod ( i : Integer ) : Integer
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
Returns the integer remainder of the division of ''self'' by *'''i'''*.
Returns the integer remainder of the division of ''self'' by *'''i'''*.



Revision as of 22:21, 16 June 2024

Write the content here to display this box

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

In MDriven, we have the mod operator as an infix operator - this means the syntax is like + or -

Expression Result
3 mod 2 1
11 mod 3 2
This page was edited 94 days ago on 06/17/2024. What links here