Modulus math
(Adding message template to the top of the page)
(Replacing message template with parser tag)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
In C#, do 5%3 to get the rest of the division 5/3. In OCL, you can do 5.IEEERemainder( 3 )
In C#, do 5%3 to get the rest of the division 5/3. In OCL, you can do 5.IEEERemainder( 3 )



Revision as of 07:46, 17 June 2024

This page was created by Hans.karlsen@mdriven.net on 2021-12-04. Last edited by Edgar on 2025-01-20.

In C#, do 5%3 to get the rest of the division 5/3. In OCL, you can do 5.IEEERemainder( 3 )

(Please note that modulus and remainder are not mathematically equivalent.

See also: https://rob.conery.io/2018/08/21/mod-and-remainder-are-not-the-same/)

See also: IEEERemainder documentation in .net