| Add |
Adds two numbers. |
| BitAnd |
Applies a bitmask on a flag to 0. |
| BitNot |
Inverses each bit. |
| BitOr |
Applies a bitmask on a flag to 1. |
| Divide |
Divides the first integer number by the second integer number and returns the integer quotient of the division. |
| Mod |
Divides the first integer number by the second integer number and returns the remainder of the division. |
| Multiply |
Multiplies two numbers |
| RandomNum |
Returns a random number within the specified interval. |
| Subtract |
Subtracts the second integer value from the first. |