Mathematical modulus in c#

Posted by penguat on Stack Overflow See other posts from Stack Overflow or by penguat
Published on 2010-04-22T13:10:49Z Indexed on 2010/04/22 13:13 UTC
Read the original article Hit count: 248

Filed under:
|

Is there a library function in c# for the mathematical modulus of a number - by this I specifically mean that a negative integer modulo a positive integer should yield a positive result.

© Stack Overflow or respective owner

Related posts about modulus

Related posts about c#