Next: New
Up: Keywords
Previous: Loop
  Contents
  Index
Mod
Syntax:
a MOD b
MOD is modulus arithmetic operator. It returns the value that is the remainder of an integer division of its arguments.
Operator MOD can be applied only to integer types, such as Byte, Integer and Long.
root
2004-04-05