Modulo operator in RM?
Hey,
Is there a Modulo operator in RM5?
Like java: a % b = c
http://en.wikipedia.org/wiki/Modulo_operator
Is there a Modulo operator in RM5?
Like java: a % b = c
http://en.wikipedia.org/wiki/Modulo_operator
0
💬0 Comments | 🔥0 Discussions | 👤0 Members | 🔌0 Online |
Answers
this should work everywhere where expressions are allowed/evaluated. The syntax is equal to Java, as you posted it. Just tried it with a simple example. Regards,
Matthias
Its even defined on non integers!
So you don't need to floor stuff.
Thanks!