Skip to content

Math Functions

NileshGhodekar edited this page Mar 18, 2018 · 5 revisions

Math Functions

Function Description
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.
Clone this wiki locally